summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/main_menu.c2
-rw-r--r--apps/menus/time_menu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index b6ce9e75c6..130d0bc2d5 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -376,7 +376,7 @@ MENUITEM_FUNCTION(show_info_item, 0, ID2P(LANG_ROCKBOX_INFO),
376 376
377 377
378/* sleep Menu */ 378/* sleep Menu */
379static const char* sleep_timer_formatter(char* buffer, size_t buffer_size, 379const char* sleep_timer_formatter(char* buffer, size_t buffer_size,
380 int value, const char* unit) 380 int value, const char* unit)
381{ 381{
382 (void) unit; 382 (void) unit;
diff --git a/apps/menus/time_menu.c b/apps/menus/time_menu.c
index 9be335c8ee..a793809800 100644
--- a/apps/menus/time_menu.c
+++ b/apps/menus/time_menu.c
@@ -139,7 +139,7 @@ MENUITEM_FUNCTION(alarm_wake_up_screen, 0, ID2P(LANG_ALARM_WAKEUP_SCREEN),
139MENUITEM_SETTING(sleeptimer_on_startup, 139MENUITEM_SETTING(sleeptimer_on_startup,
140 &global_settings.sleeptimer_on_startup, NULL); 140 &global_settings.sleeptimer_on_startup, NULL);
141 141
142static void talk_timedate(void) 142void talk_timedate(void)
143{ 143{
144 struct tm *tm = get_time(); 144 struct tm *tm = get_time();
145 if (!global_settings.talk_menu) 145 if (!global_settings.talk_menu)