Commit a5db090e authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401500
parent 2a752c37
...@@ -578,7 +578,7 @@ int SDL_SYS_JoystickInit(void) ...@@ -578,7 +578,7 @@ int SDL_SYS_JoystickInit(void)
SDL_numjoysticks = 0; SDL_numjoysticks = 0;
if (!gpDeviceList) if (gpDeviceList)
{ {
SDL_SetError("Joystick: Device list already inited."); SDL_SetError("Joystick: Device list already inited.");
return -1; return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment