aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index ccbb99f1c..4650cf08f 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -192,7 +192,7 @@ static ConfigParam * readConfigBlock(FILE * fp, int * count, char * string) {
if(2 != argsMinusComment) {
ERROR("improperly formated config file at line %i:"
- " %s\n", count, string);
+ " %s\n", *count, string);
exit(EXIT_FAILURE);
}