finish with NULL

This commit is contained in:
Julien Danjou 2007-12-15 20:22:20 +01:00
parent 33d97a7934
commit ae7b2ed9d0
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ const NameFuncLink WidgetList[] =
{"taglist", taglist_new},
{"layoutinfo", layoutinfo_new},
{"focustitle", focustitle_new},
{"textbox", textbox_new}
{"textbox", textbox_new},
{NULL, NULL}
};
void