summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 147d4b2aee..ca27196cd9 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -289,7 +289,7 @@ int menu_show(int m)
289#endif 289#endif
290 290
291 /* Put the cursor on the first line and draw the menu */ 291 /* Put the cursor on the first line and draw the menu */
292 put_cursor(m, 0); 292 put_cursor(m, menus[m].cursor);
293 293
294 while (!exit) { 294 while (!exit) {
295 key = button_get_w_tmo(HZ/2); 295 key = button_get_w_tmo(HZ/2);