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 b95bffe696..5042305967 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -1266,7 +1266,7 @@ static int handle_radio_presets(void)
1266 gui_syncstatusbar_draw(&statusbars, true); 1266 gui_syncstatusbar_draw(&statusbars, true);
1267 action = get_action(CONTEXT_STD, HZ); 1267 action = get_action(CONTEXT_STD, HZ);
1268 1268
1269 gui_synclist_do_button(&lists, action, LIST_WRAP_UNLESS_HELD); 1269 gui_synclist_do_button(&lists, &action, LIST_WRAP_UNLESS_HELD);
1270 switch (action) 1270 switch (action)
1271 { 1271 {
1272 case ACTION_STD_MENU: 1272 case ACTION_STD_MENU: