[config.c] Fix emerge warning

This commit is contained in:
Martin Duquesnoy 2008-09-28 17:28:59 +02:00
parent dbfe551b3d
commit 3cae68aaa0

View File

@ -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)