*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401500
This commit is contained in:
Sam Lantinga 2006-03-11 23:44:21 +00:00
parent 2a752c3732
commit a5db090e59

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;