summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rwxr-xr-xapps/playlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 0e73781238..a066dd2ea0 100755
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1223,9 +1223,8 @@ static int compare(const void* p1, const void* p2)
1223 * without affecting playlist load up performance. This thread also flushes 1223 * without affecting playlist load up performance. This thread also flushes
1224 * any pending control commands when the disk spins up. 1224 * any pending control commands when the disk spins up.
1225 */ 1225 */
1226static void playlist_flush_callback(void *param) 1226static void playlist_flush_callback(void)
1227{ 1227{
1228 (void)param;
1229 struct playlist_info *playlist; 1228 struct playlist_info *playlist;
1230 playlist = &current_playlist; 1229 playlist = &current_playlist;
1231 if (playlist->control_fd >= 0) 1230 if (playlist->control_fd >= 0)