summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h
index eb2be874e6..5aafe9bf9a 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -27,6 +27,6 @@ struct menu_items {
27}; 27};
28 28
29void menu_init(struct menu_items* items, int count); 29void menu_init(struct menu_items* items, int count);
30void menu_draw(void); 30void menu_run(void);
31 31
32#endif /* End __MENU_H__ */ 32#endif /* End __MENU_H__ */