Patched to compile on Darwin

This commit is contained in:
Gabriel Jacobo 2013-08-21 10:27:39 -03:00
parent c2cdb9c5f4
commit 2b0edd42d0

View file

@ -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);