diff options
Diffstat (limited to 'src/stored_playlist.c')
-rw-r--r-- | src/stored_playlist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stored_playlist.c b/src/stored_playlist.c index 9b3ec4a7f..c3785a6f3 100644 --- a/src/stored_playlist.c +++ b/src/stored_playlist.c @@ -37,6 +37,8 @@ #include <string.h> #include <errno.h> +static const char PLAYLIST_COMMENT = '#'; + static unsigned playlist_max_length; bool playlist_saveAbsolutePaths = DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS; |