summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 3bd50183c6..d34503b666 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -707,7 +707,7 @@ bool radio_delete_preset(void)
707 707
708bool handle_radio_presets_menu(void) 708bool handle_radio_presets_menu(void)
709{ 709{
710 struct menu_item preset_menu_items[] = { 710 static const struct menu_item preset_menu_items[] = {
711 { ID2P(LANG_FM_EDIT_PRESET), radio_edit_preset }, 711 { ID2P(LANG_FM_EDIT_PRESET), radio_edit_preset },
712 { ID2P(LANG_FM_DELETE_PRESET), radio_delete_preset }, 712 { ID2P(LANG_FM_DELETE_PRESET), radio_delete_preset },
713 }; 713 };