summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index b2c2713716..4522859f57 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -659,7 +659,7 @@ static char* select_bookmark(const char* bookmark_file_name, bool show_dont_resu
659 } 659 }
660 660
661 action = get_action(CONTEXT_BOOKMARKSCREEN, HZ / 2); 661 action = get_action(CONTEXT_BOOKMARKSCREEN, HZ / 2);
662 gui_synclist_do_button(&list, action, LIST_WRAP_UNLESS_HELD); 662 gui_synclist_do_button(&list, &action, LIST_WRAP_UNLESS_HELD);
663 item = gui_synclist_get_sel_pos(&list) / 2; 663 item = gui_synclist_get_sel_pos(&list) / 2;
664 664
665 if (bookmarks->show_dont_resume) 665 if (bookmarks->show_dont_resume)