diff options
Diffstat (limited to 'src/confparser.h')
-rw-r--r-- | src/confparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confparser.h b/src/confparser.h index 94541c6..f4c52c3 100644 --- a/src/confparser.h +++ b/src/confparser.h @@ -24,6 +24,7 @@ enum ConfingVariables { CV_NO_VAL_OR_COMMENT, + CV_WRONG_VAL, #define X(var, str, name) CV_##var, CONFIG_VARIABLES_TABLE #undef X |