Commit 5f8de2b9364e6db5ad76dfbee1e689c2e56f3621

Gabriel Jacobo 2013-08-21T10:27:39

Patched to compile on Darwin

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/joystick/darwin/SDL_sysjoystick.c b/src/joystick/darwin/SDL_sysjoystick.c
index 2251d0d..6a75e08 100644
--- a/src/joystick/darwin/SDL_sysjoystick.c
+++ b/src/joystick/darwin/SDL_sysjoystick.c
@@ -771,7 +771,7 @@ SDL_SYS_JoystickInit(void)
             ("Joystick: Failed to get HID CFMutableDictionaryRef via IOServiceMatching.");
     }
 
-    / */ Now search I/O Registry for matching devices. */
+    /* Now search I/O Registry for matching devices. */
     result =
         IOServiceGetMatchingServices(masterPort, hidMatchDictionary,
                                      &hidObjectIterator);