# HG changeset patch # User Edgar Simo # Date 1217869785 0 # Node ID 1154ad945d94086ca329c08f3746354831755e88 # Parent 57bd3e4621384a105c923e6524b00dcbbfa30161 Fixed typo. diff -r 57bd3e462138 -r 1154ad945d94 src/haptic/win32/SDL_syshaptic.c --- a/src/haptic/win32/SDL_syshaptic.c Mon Aug 04 17:08:52 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Mon Aug 04 17:09:45 2008 +0000 @@ -283,7 +283,7 @@ &c_dfDIJoystick2 ); if (FAILED(ret)) { DI_SetError("Setting data format",ret); - goto query_error; + goto query_err; } /* Acquire the device. */