Mercurial > sdl-ios-xcode
changeset 1496:405e20dc004c
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Mar 2006 23:44:21 +0000 |
parents | 1dd8bf30a109 |
children | 420b3f47806d |
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 Sat Mar 11 22:54:12 2006 +0000 +++ b/src/joystick/darwin/SDL_sysjoystick.c Sat Mar 11 23:44:21 2006 +0000 @@ -578,7 +578,7 @@ SDL_numjoysticks = 0; - if (!gpDeviceList) + if (gpDeviceList) { SDL_SetError("Joystick: Device list already inited."); return -1;