Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whoops...typo prevented compiling. Fixed.
  • Loading branch information
icculus committed May 22, 2003
1 parent 416e4e4 commit b0bde73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/darwin/SDL_sysjoystick.c
Expand Up @@ -648,7 +648,7 @@ int SDL_SYS_JoystickInit(void)
/* Filter device list to non-keyboard/mouse stuff */
if ( device->usagePage == kHIDPage_GenericDesktop &&
(device->usage != kHIDUsage_GD_Joystick ||
device->usage != kHIDUsage_GD_Gamepad)) {
device->usage != kHIDUsage_GD_GamePad)) {

/* release memory for the device */
HIDDisposeDevice (&device);
Expand Down

0 comments on commit b0bde73

Please sign in to comment.