diff options
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 2 |
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 int max_playlist_size; /* Max number of files in playlist. Mirror of global_settings.max_files_in_playlist */ int num_inserted_tracks; /* number of tracks inserted */ - volatile unsigned long *indices; /* array of indices */ + unsigned long *indices; /* array of indices */ struct chunk_alloc_header name_chunk_buffer; /* chunk buffer for in-ram playlist */ |