diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-09-21 22:56:12 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-21 22:56:12 +0000 |
commit | 3013103249ce3f893e7ff34edcd53501d7ce5444 (patch) | |
tree | 1a131fd943b8aa9252fdb68f27407d4f327e213e /apps/playlist_viewer.c | |
parent | 138ee6304b1842e41a713bcb4877115f31cd0d4a (diff) |
Bad copy&paste.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28140 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r-- | apps/playlist_viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index 50238446d6..c818bafdf9 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -653,7 +653,7 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename) /* Timeout so we can determine if play status has changed */ bool res = list_do_action(CONTEXT_LIST, HZ/2, - &playlist_lists, &button, LIST_WRAP_UNLESS_HELD)) + &playlist_lists, &button, LIST_WRAP_UNLESS_HELD); viewer.selected_track=gui_synclist_get_sel_pos(&playlist_lists); if (res) { |