diff options
-rw-r--r-- | lib/parse_ini.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index ade77e5f..3f2aa3b8 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c @@ -212,7 +212,6 @@ static int add_option(FILE *f, np_arg_list **optlst){ else optend=NULL; } if(optend==NULL) optend=eqptr; -//printf("o1: %c\n", *optptr[optend]); --optend; /* ^[[:space:]]*=foo is a syntax error */ if(optptr==eqptr) die(STATE_UNKNOWN, _("Config file error\n")); |