diff options
Diffstat (limited to 'nx-X11/lib/X11/ScrResStr.c')
-rw-r--r-- | nx-X11/lib/X11/ScrResStr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/ScrResStr.c b/nx-X11/lib/X11/ScrResStr.c index 2a5553f4a..3e8d39071 100644 --- a/nx-X11/lib/X11/ScrResStr.c +++ b/nx-X11/lib/X11/ScrResStr.c @@ -30,8 +30,7 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" #include <nx-X11/Xatom.h> -char *XScreenResourceString(screen) - Screen *screen; +char *XScreenResourceString(Screen *screen) { Atom prop_name; Atom actual_type; |