Fixed undefined references to joystick code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403574
This commit is contained in:
Sam Lantinga 2009-04-03 13:35:05 +00:00
parent 107632a278
commit ce21b3731c
2 changed files with 3 additions and 2 deletions

View file

@ -87,4 +87,5 @@ SDL_SYS_JoystickQuit(void)
}
#endif /* SDL_JOYSTICK_DUMMY || SDL_JOYSTICK_DISABLED */
/* vi: set ts=4 sw=4 expandtab: */