summaryrefslogtreecommitdiff
path: root/apps/player/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/player/keyboard.c')
-rw-r--r--apps/player/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c
index a44bdd46d7..9c857765b5 100644
--- a/apps/player/keyboard.c
+++ b/apps/player/keyboard.c
@@ -29,7 +29,7 @@
29 29
30#define KEYBOARD_PAGES 3 30#define KEYBOARD_PAGES 3
31 31
32unsigned short *lcd_ascii; 32extern unsigned short *lcd_ascii;
33 33
34static unsigned short* kbd_setupkeys(int page, int* len) 34static unsigned short* kbd_setupkeys(int page, int* len)
35{ 35{