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 ade77e5..3f2aa3b 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){ | |||
212 | else optend=NULL; | 212 | else optend=NULL; |
213 | } | 213 | } |
214 | if(optend==NULL) optend=eqptr; | 214 | if(optend==NULL) optend=eqptr; |
215 | //printf("o1: %c\n", *optptr[optend]); | ||
216 | --optend; | 215 | --optend; |
217 | /* ^[[:space:]]*=foo is a syntax error */ | 216 | /* ^[[:space:]]*=foo is a syntax error */ |
218 | if(optptr==eqptr) die(STATE_UNKNOWN, _("Config file error\n")); | 217 | if(optptr==eqptr) die(STATE_UNKNOWN, _("Config file error\n")); |