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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 3a15d4f721..f4b643de94 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -1278,7 +1278,8 @@ MENUITEM_FUNCTION(radio_edit_preset_item, MENU_FUNC_CHECK_RETVAL,
1278MENUITEM_FUNCTION(radio_delete_preset_item, MENU_FUNC_CHECK_RETVAL, 1278MENUITEM_FUNCTION(radio_delete_preset_item, MENU_FUNC_CHECK_RETVAL,
1279 ID2P(LANG_FM_DELETE_PRESET), 1279 ID2P(LANG_FM_DELETE_PRESET),
1280 radio_delete_preset, NULL, NULL, Icon_NOICON); 1280 radio_delete_preset, NULL, NULL, Icon_NOICON);
1281int radio_preset_callback(int action, const struct menu_item_ex *this_item) 1281static int radio_preset_callback(int action,
1282 const struct menu_item_ex *this_item)
1282{ 1283{
1283 if (action == ACTION_STD_OK) 1284 if (action == ACTION_STD_OK)
1284 action = ACTION_EXIT_AFTER_THIS_MENUITEM; 1285 action = ACTION_EXIT_AFTER_THIS_MENUITEM;