init: end layout list with { NULL, NULL }

This commit is contained in:
Philippe Pepiot
2010-01-20 11:29:59 +01:00
parent 6c0a0b62b6
commit c6b97b7892

View File

@@ -178,7 +178,8 @@ init_layout(void)
{"max", maxlayout },
{"maxlayout", maxlayout },
{"freelayout", freelayout },
{"free", freelayout }
{"free", freelayout },
{ NULL, NULL }
};
layout_list = emalloc(LEN(layout_list_tmp), sizeof(func_name_list_t));