diff options
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; |