changeset 621:c3bb1270fa2b

Whoops...typo prevented compiling. Fixed.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 22 May 2003 07:12:36 +0000
parents 92080b127f82
children e6d751de784a
files src/joystick/darwin/SDL_sysjoystick.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/joystick/darwin/SDL_sysjoystick.c	Thu May 22 06:41:54 2003 +0000
+++ b/src/joystick/darwin/SDL_sysjoystick.c	Thu May 22 07:12:36 2003 +0000
@@ -648,7 +648,7 @@
 		/* 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);