*** empty log message ***

This commit is contained in:
Sam Lantinga 2006-03-11 23:44:21 +00:00
parent 3169ca4c13
commit 551ac822f6

View File

@ -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;