aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index a2609710e..0960dfbbc 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -48,7 +48,7 @@ typedef struct _configEntry {
List *configParamList;
} ConfigEntry;
-static List *configEntriesList = NULL;
+static List *configEntriesList;
static ConfigParam *newConfigParam(char *value, int line)
{