Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 11, 2006
1 parent 8b92cc6 commit 5348ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/darwin/SDL_sysjoystick.c
Expand Up @@ -578,7 +578,7 @@ int SDL_SYS_JoystickInit(void)

SDL_numjoysticks = 0;

if (!gpDeviceList)
if (gpDeviceList)
{
SDL_SetError("Joystick: Device list already inited.");
return -1;
Expand Down

0 comments on commit 5348ebc

Please sign in to comment.