From 82b3e7d229a6eca512247e0e74edb8244f4ca31c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 10 Nov 2013 14:44:50 +0100 Subject: [PATCH] Changed function to be static. The function keycode_to_SDL() is only used in this file. --- src/joystick/android/SDL_sysjoystick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/android/SDL_sysjoystick.c b/src/joystick/android/SDL_sysjoystick.c index 7b7799e76..4fda0f452 100644 --- a/src/joystick/android/SDL_sysjoystick.c +++ b/src/joystick/android/SDL_sysjoystick.c @@ -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):