From ae7b2ed9d0b89d75553be307e77401ecaf8dd0a1 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 15 Dec 2007 20:22:20 +0100 Subject: [PATCH] finish with NULL --- widget.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widget.c b/widget.c index 40cd9c0f..0b3193b3 100644 --- a/widget.c +++ b/widget.c @@ -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