diff src/video/x11/SDL_x11events.c @ 2738:79c1bd651f04

Fixed a bunch of compile warnings on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 Sep 2008 16:04:20 +0000
parents 44e49d3fa6cf
children 6fc50bdd88c0
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Sun Aug 31 16:04:32 2008 +0000
+++ b/src/video/x11/SDL_x11events.c	Mon Sep 01 16:04:20 2008 +0000
@@ -201,7 +201,7 @@
 #ifdef X_HAVE_UTF8_STRING
             if (data->ic) {
                 Xutf8LookupString(data->ic, &xevent.xkey, text, sizeof(text),
-                                  &keysym, status);
+                                  &keysym, &status);
             }
 #else
             XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);