From 41ae1a0f0d86d2fc19f333ee23889c11beb0a4dd Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 26 Oct 2018 16:00:29 +0300 Subject: Confort to pedantic std-c99 and update readme --- src/confparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/confparser.c') 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) { -- cgit v1.2.3