From 934fd2abe69739971e7f03f3d86e3574bb7e3c5c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 28 Aug 2011 02:15:49 -0500 Subject: XawInit: Fix old-style function definitions Signed-off-by: Yaakov Selkowitz Acked-by: Gaetan Nadon --- src/XawInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/XawInit.c b/src/XawInit.c index d5bed7a..8b32742 100644 --- a/src/XawInit.c +++ b/src/XawInit.c @@ -36,7 +36,7 @@ in this Software without prior written authorization from the X Consortium. #include #include -void XawInitializeWidgetSet () +void XawInitializeWidgetSet (void) { static int firsttime = 1; -- cgit v1.2.3