diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/menus/main_menu.c | 2 | ||||
-rw-r--r-- | apps/player/keyboard.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c index 8b38f061ab..2ceed216a2 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c | |||
@@ -497,7 +497,7 @@ MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_Questionmark, | |||
497 | 497 | ||
498 | 498 | ||
499 | #ifdef HAVE_LCD_CHARCELLS | 499 | #ifdef HAVE_LCD_CHARCELLS |
500 | int mainmenu_callback(int action,const struct menu_item_ex *this_item) | 500 | static int mainmenu_callback(int action,const struct menu_item_ex *this_item) |
501 | { | 501 | { |
502 | (void)this_item; | 502 | (void)this_item; |
503 | switch (action) | 503 | switch (action) |
diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c index 42b93f83bd..2d186c7cde 100644 --- a/apps/player/keyboard.c +++ b/apps/player/keyboard.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include "misc.h" | 31 | #include "misc.h" |
32 | #include "rbunicode.h" | 32 | #include "rbunicode.h" |
33 | #include "lang.h" | 33 | #include "lang.h" |
34 | #include "keyboard.h" | ||
34 | 35 | ||
35 | #define KBD_BUF_SIZE 64 | 36 | #define KBD_BUF_SIZE 64 |
36 | #define KEYBOARD_PAGES 3 | 37 | #define KEYBOARD_PAGES 3 |