From 5f8de2b9364e6db5ad76dfbee1e689c2e56f3621 Mon Sep 17 00:00:00 2001 From: Gabriel Jacobo Date: Wed, 21 Aug 2013 10:27:39 -0300 Subject: [PATCH] Patched to compile on Darwin --- src/joystick/darwin/SDL_sysjoystick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/darwin/SDL_sysjoystick.c b/src/joystick/darwin/SDL_sysjoystick.c index 2251d0d33..6a75e0819 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);