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_window_action.c | 1 + 1 file changed, 1 insertion(+) (limited to 'textscreen/txt_window_action.c') diff --git a/textscreen/txt_window_action.c b/textscreen/txt_window_action.c index 473f792d..91ecdcde 100644 --- a/textscreen/txt_window_action.c +++ b/textscreen/txt_window_action.c @@ -98,6 +98,7 @@ txt_widget_class_t txt_window_action_class = TXT_WindowActionKeyPress, TXT_WindowActionDestructor, TXT_WindowActionMousePress, + 0, }; txt_window_action_t *TXT_NewWindowAction(int key, char *label) -- cgit v1.2.3