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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c
index 1c6dc9bb0d..ce84bb6d69 100644
--- a/apps/player/keyboard.c
+++ b/apps/player/keyboard.c
@@ -97,8 +97,9 @@ static void say_edit(void)
97 talk_id(VOICE_EDIT, false); 97 talk_id(VOICE_EDIT, false);
98} 98}
99 99
100int kbd_input(char* text, int buflen) 100int kbd_input(char* text, int buflen, unsigned short *kbd)
101{ 101{
102 (void) kbd;
102 bool done = false; 103 bool done = false;
103 bool redraw = true; 104 bool redraw = true;
104 bool line_edit = false; 105 bool line_edit = false;