This should really fix it..

This commit is contained in:
Sam Lantinga 2012-11-26 23:58:53 -08:00
parent 50a56c026a
commit 1898cc34ab

View file

@ -39,7 +39,7 @@ SDL_SYS_JoystickInit(void)
/* Function to get the device-dependent name of a joystick */
const char *
SDL_SYS_JoystickNameForDevice(int index)
SDL_SYS_JoystickNameForIndex(int index)
{
SDL_SetError("Logic error: No joysticks available");
return (NULL);