diff --git a/config.c b/config.c index 6c08868..e777247 100644 --- a/config.c +++ b/config.c @@ -354,7 +354,7 @@ static void config_set_defaults(void) static int config_parse_line(char *line) { - char *sep = line; + char *sep; const char *value; struct option *option;