summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfgparser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfgparser.c b/cfgparser.c
index 6c4caa46df..5cb1315198 100644
--- a/cfgparser.c
+++ b/cfgparser.c
@@ -405,6 +405,7 @@ int parse_config_file(struct config *conf, char *conffile)
/* break */
}
nextline:
+ ;
}
free(line);