Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
This should really fix it..
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 27, 2012
1 parent 5e1218f commit 7027394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/dummy/SDL_sysjoystick.c
Expand Up @@ -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);
Expand Down

0 comments on commit 7027394

Please sign in to comment.