From 14d573cbf1e540a87bed3e9384ba16fed990cc4f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 11 Sep 2011 07:55:19 +0200 Subject: playlist: move PLAYLIST_COMMENT to stored_playlist.c Only used there. --- src/stored_playlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stored_playlist.c') 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 #include +static const char PLAYLIST_COMMENT = '#'; + static unsigned playlist_max_length; bool playlist_saveAbsolutePaths = DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS; -- cgit v1.2.3