From 3cae68aaa0b8347d80941434c14cc0605633dd67 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 28 Sep 2008 17:28:59 +0200 Subject: [PATCH] [config.c] Fix emerge warning --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 32b240b..890fecf 100644 --- a/config.c +++ b/config.c @@ -122,7 +122,7 @@ Layout layout_name_to_struct(Layout lt[], char *name) { int i; - void *f; + void *f = NULL; if(name) for(i=0; layout_list[i].name; ++i)