summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index fb30b7ac8c..9c45769981 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -105,7 +105,7 @@ struct playlist_info
105 int num_cached; /* number of cached entries */ 105 int num_cached; /* number of cached entries */
106 bool pending_control_sync; /* control file needs to be synced */ 106 bool pending_control_sync; /* control file needs to be synced */
107 107
108 struct mutex control_mutex; /* mutex for control file access */ 108 struct mutex *control_mutex; /* mutex for control file access */
109 int last_shuffled_start; /* number of tracks when insert last 109 int last_shuffled_start; /* number of tracks when insert last
110 shuffled command start */ 110 shuffled command start */
111}; 111};