summaryrefslogtreecommitdiff
path: root/apps/playlist_catalog.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_catalog.c')
-rw-r--r--apps/playlist_catalog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_catalog.c b/apps/playlist_catalog.c
index 266da7cc6f..fda91bb1ee 100644
--- a/apps/playlist_catalog.c
+++ b/apps/playlist_catalog.c
@@ -249,7 +249,7 @@ static int display_playlists(char* playlist, bool view)
249 int button = get_action(CONTEXT_LIST,HZ/2); 249 int button = get_action(CONTEXT_LIST,HZ/2);
250 char* sel_file; 250 char* sel_file;
251 251
252 gui_synclist_do_button(&playlist_lists, button,LIST_WRAP_UNLESS_HELD); 252 gui_synclist_do_button(&playlist_lists, &button,LIST_WRAP_UNLESS_HELD);
253 253
254 sel_file = playlists[gui_synclist_get_sel_pos(&playlist_lists)]; 254 sel_file = playlists[gui_synclist_get_sel_pos(&playlist_lists)];
255 255