diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/player/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c index dad8fc0f55..2ac48bdde8 100644 --- a/apps/player/keyboard.c +++ b/apps/player/keyboard.c | |||
@@ -72,7 +72,7 @@ static unsigned short *kbd_setupkeys(int page, int* len) | |||
72 | #define KEYBOARD_ARROW 0xe10c | 72 | #define KEYBOARD_ARROW 0xe10c |
73 | 73 | ||
74 | /* helper function to spell a char if voice UI is enabled */ | 74 | /* helper function to spell a char if voice UI is enabled */ |
75 | static void kbd_spellchar(char c) | 75 | static void kbd_spellchar(unsigned short c) |
76 | { | 76 | { |
77 | if (global_settings.talk_menu) /* voice UI? */ | 77 | if (global_settings.talk_menu) /* voice UI? */ |
78 | { | 78 | { |