From 0cff90defcb069c351fd81bed9e57f3519c70ef7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 21 Sep 2006 16:25:10 +0000 Subject: Fix some warnings in textscreen code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 645 --- 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 aeab0181..e7fe6328 100644 --- a/textscreen/txt_strut.c +++ b/textscreen/txt_strut.c @@ -60,6 +60,7 @@ txt_widget_class_t txt_strut_class = TXT_StrutKeyPress, TXT_StrutDestructor, NULL, + NULL, }; txt_strut_t *TXT_NewStrut(int width, int height) -- cgit v1.2.3