summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 5a8f3ec360..f97244322b 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -83,7 +83,7 @@ struct playlist_info
83 int max_playlist_size; /* Max number of files in playlist. Mirror of 83 int max_playlist_size; /* Max number of files in playlist. Mirror of
84 global_settings.max_files_in_playlist */ 84 global_settings.max_files_in_playlist */
85 int num_inserted_tracks; /* number of tracks inserted */ 85 int num_inserted_tracks; /* number of tracks inserted */
86 volatile unsigned long *indices; /* array of indices */ 86 unsigned long *indices; /* array of indices */
87 87
88 struct chunk_alloc_header name_chunk_buffer; /* chunk buffer for 88 struct chunk_alloc_header name_chunk_buffer; /* chunk buffer for
89 in-ram playlist */ 89 in-ram playlist */