Skip to content

Commit

Permalink
Changed function to be static.
Browse files Browse the repository at this point in the history
The function keycode_to_SDL() is only used in this file.
  • Loading branch information
philippwiesemann committed Nov 10, 2013
1 parent 6e3558c commit 82b3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/android/SDL_sysjoystick.c
Expand Up @@ -45,7 +45,7 @@ static SDL_bool SYS_accelAsJoy;
/* Function to convert Android keyCodes into SDL ones.
* This code manipulation is done to get a sequential list of codes.
*/
int
static int
keycode_to_SDL(int keycode)
{
/* D-Pad key codes (API 1):
Expand Down

0 comments on commit 82b3e7d

Please sign in to comment.