diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2011-08-28 02:15:49 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2011-08-31 20:59:47 -0500 |
commit | 934fd2abe69739971e7f03f3d86e3574bb7e3c5c (patch) | |
tree | 4421c683e6185cf63f9c2b2d7e1172a62ac29b9a /src | |
parent | ebb51d4c8c8bb7066946c9d25d90d5c0aead0e63 (diff) |
XawInit: Fix old-style function definitions
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Acked-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src')
-rw-r--r-- | src/XawInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <X11/Vendor.h> #include <X11/Xaw3d/XawInit.h> -void XawInitializeWidgetSet () +void XawInitializeWidgetSet (void) { static int firsttime = 1; |