aboutsummaryrefslogtreecommitdiffstats
path: root/src/confparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/confparser.c')
-rw-r--r--src/confparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confparser.c b/src/confparser.c
index 6dea001..3a7c357 100644
--- a/src/confparser.c
+++ b/src/confparser.c
@@ -42,7 +42,7 @@ ConfVar match_variables(char *line, char matched[]) {
}
CONFIG_VARIABLES_TABLE
#undef X
- return -1;
+ return CV_WRONG_VAL;
}
void make_config_name(char * ret, const char *confPath) {