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 4f8a8b09e5..e657f36697 100644
--- a/apps/player/keyboard.c
+++ b/apps/player/keyboard.c
@@ -32,6 +32,7 @@
32#include "rbunicode.h" 32#include "rbunicode.h"
33#include "lang.h" 33#include "lang.h"
34#include "keyboard.h" 34#include "keyboard.h"
35#include "splash.h"
35 36
36#define KBD_BUF_SIZE 64 37#define KBD_BUF_SIZE 64
37#define KEYBOARD_PAGES 3 38#define KEYBOARD_PAGES 3
@@ -112,7 +113,7 @@ int kbd_input(char* text, int buflen)
112 unsigned char *utf8; 113 unsigned char *utf8;
113 114
114 int button, lastbutton = 0; 115 int button, lastbutton = 0;
115 int ret; 116 int ret = 0; /* assume success */
116 117
117 editpos = utf8length(text); 118 editpos = utf8length(text);
118 119