diff src/joystick/darwin/SDL_sysjoystick.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents dbc6d1893869
children
line wrap: on
line diff
--- a/src/joystick/darwin/SDL_sysjoystick.c	Thu Aug 21 12:38:21 2008 +0000
+++ b/src/joystick/darwin/SDL_sysjoystick.c	Wed Aug 27 04:23:38 2008 +0000
@@ -194,8 +194,8 @@
                 (*ppPlugInInterface)->QueryInterface(ppPlugInInterface,
                                                      CFUUIDGetUUIDBytes
                                                      (kIOHIDDeviceInterfaceID),
-                                                     (void *) &(pDevice->
-                                                                interface));
+                                                     (void *)
+                                                     &(pDevice->interface));
             if (S_OK != plugInResult)
                 HIDReportErrorNum
                     ("CouldnŐt query HID class device interface from plugInInterface",