Skip to content

Commit ec77e9a

Browse files
resolve missing none context
1 parent 07801b5 commit ec77e9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/logic/fossil/io/input.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ typedef enum {
2323
FOSSIL_CTX_HTML,
2424
FOSSIL_CTX_SQL,
2525
FOSSIL_CTX_SHELL,
26-
FOSSIL_CTX_FILENAME
26+
FOSSIL_CTX_FILENAME,
27+
FOSSIL_CTX_NONE
2728
} fossil_context_t;
2829

2930
/* Bitmask flags for string sanitization results */

0 commit comments

Comments
 (0)