diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c index b93f7c561..44f082acd 100644 --- a/src/conf.c +++ b/src/conf.c @@ -251,7 +251,7 @@ static ConfigParam *readConfigBlock(FILE * fp, int *count, char *string) 0 == strcmp(array[1], CONF_BLOCK_END)) { FATAL("improperly formatted config file at line %i: %s\n" "in block beginning at line %i\n", - *count, string, ret->line);; + *count, string, ret->line); } addBlockParam(ret, array[0], array[1], *count); |