From 34f3abd357bb56b1599dd7dbefff2d5c97708f1f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 10 Sep 2007 07:15:58 +0000 Subject: conf.c: remove extra semi-colon here, too git-svn-id: https://svn.musicpd.org/mpd/trunk@6874 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3