summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 79a07a73c6..d5fbc54f73 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -296,7 +296,7 @@ void browse_cuesheet(struct cuesheet *cue)
296 { 296 {
297 gui_synclist_draw(&lists); 297 gui_synclist_draw(&lists);
298 action = get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 298 action = get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
299 if (gui_synclist_do_button(&lists,action,LIST_WRAP_UNLESS_HELD)) 299 if (gui_synclist_do_button(&lists, &action, LIST_WRAP_UNLESS_HELD))
300 continue; 300 continue;
301 switch (action) 301 switch (action)
302 { 302 {