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_strut.c | 1 + 1 file changed, 1 insertion(+) (limited to 'textscreen/txt_strut.c') diff --git a/textscreen/txt_strut.c b/textscreen/txt_strut.c index a3fb9084..f2daaa9b 100644 --- a/textscreen/txt_strut.c +++ b/textscreen/txt_strut.c @@ -59,6 +59,7 @@ txt_widget_class_t txt_strut_class = TXT_StrutDrawer, TXT_StrutKeyPress, TXT_StrutDestructor, + 0, }; txt_strut_t *TXT_NewStrut(int width, int height) -- cgit v1.2.3