Mercurial > sdl-ios-xcode
changeset 2589:1154ad945d94 gsoc2008_force_feedback
Fixed typo.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 04 Aug 2008 17:09:45 +0000 |
parents | 57bd3e462138 |
children | a4410ff43f41 |
files | src/haptic/win32/SDL_syshaptic.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. */