summaryrefslogtreecommitdiff
path: root/gconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'gconfig.c')
-rw-r--r--gconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconfig.c b/gconfig.c
index b43f157..b780e8b 100644
--- a/gconfig.c
+++ b/gconfig.c
@@ -354,7 +354,7 @@ int getconfigline(struct gconffile **cf, char *block, char **opt, char **val, in
int getgenericconfig(struct gconffile **cf, char *block, ...) {
va_list ap;
char *opt = NULL, *val, *word, *optval, **str = NULL, ***mstr = NULL, **newmstr;
- uint8_t *bln;
+ uint8_t *bln = NULL;
int type = 0, conftype = 0, n;
int (*cbk)(struct gconffile **, void *, char *, char *, char *) = NULL;
void *cbkarg = NULL;