Skip to content

Commit

Permalink
Patched to compile on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
gabomdq committed Aug 21, 2013
1 parent 29dfdd1 commit 5f8de2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/darwin/SDL_sysjoystick.c
Expand Up @@ -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);
Expand Down

0 comments on commit 5f8de2b

Please sign in to comment.