From 6339c4cbeb608b008eafe0b1e358285ae08ef902 Mon Sep 17 00:00:00 2001 From: Russell Rice Date: Thu, 21 Sep 2006 11:13:28 +0000 Subject: Fix a lot of warnings (for fussy compilers) and one always-true check Subversion-branch: /trunk/chocolate-doom Subversion-revision: 641 --- textscreen/txt_dropdown.c | 1 + 1 file changed, 1 insertion(+) (limited to 'textscreen/txt_dropdown.c') diff --git a/textscreen/txt_dropdown.c b/textscreen/txt_dropdown.c index 0dbdec4d..504d4156 100644 --- a/textscreen/txt_dropdown.c +++ b/textscreen/txt_dropdown.c @@ -265,6 +265,7 @@ txt_widget_class_t txt_dropdown_list_class = TXT_DropdownListKeyPress, TXT_DropdownListDestructor, TXT_DropdownListMousePress, + 0, }; txt_dropdown_list_t *TXT_NewDropdownList(int *variable, char **values, -- cgit v1.2.3