summaryrefslogtreecommitdiffstats
path: root/apps/playlist.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-12-03 06:47:04 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2022-12-03 06:49:07 -0500
commitf033fd390eaf23be3e94cc503c92f065660b4d72 (patch)
treee134cd6ce8f86645e080d189afc1dc2db96cc29c /apps/playlist.h
parent98c7505c60714d216814ababe645ed86785f2aec (diff)
downloadrockbox-f033fd390e.tar.gz
rockbox-f033fd390e.zip
Fix Red playlist update a few functions
Change-Id: I0d9b4c8f7e4b128dd7378c6b7515f8195534fce7
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 0ecc7ccf77..ab2afefddd 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -103,7 +103,7 @@ struct playlist_info
to disk */
struct playlist_control_cache control_cache[PLAYLIST_MAX_CACHE];
int num_cached; /* number of cached entries */
- struct mutex mutex; /* mutex for control file access */
+ struct mutex *control_mutex; /* mutex for control file access */
#ifdef HAVE_DIRCACHE
struct dircache_fileref *dcfrefs; /* Dircache entry shortcuts */
#endif