summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 21ce17ce40..5e72fca5a1 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -476,7 +476,7 @@ int filetype_list_viewers(const char* current_file)
476 gui_syncstatusbar_draw(&statusbars, true); 476 gui_syncstatusbar_draw(&statusbars, true);
477 action = get_action(CONTEXT_MAINMENU,HZ); 477 action = get_action(CONTEXT_MAINMENU,HZ);
478 if ((action == ACTION_NONE) || 478 if ((action == ACTION_NONE) ||
479 gui_synclist_do_button(&lists, action, LIST_WRAP_UNLESS_HELD)) 479 gui_synclist_do_button(&lists, &action, LIST_WRAP_UNLESS_HELD))
480 continue; 480 continue;
481 else if (action == ACTION_STD_OK) 481 else if (action == ACTION_STD_OK)
482 { 482 {