aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-22 17:21:57 +0200
committerMax Kellermann <max@duempel.org>2008-10-22 17:21:57 +0200
commita4def81313a3be9f511f8f4cdab77ee553b7e5a3 (patch)
treede863739a0d993c447bd1edd2989e3868765033c /src/playlist.c
parent1c62e2cd627e6ea2b3a6b216e44f2de41afcce46 (diff)
downloadmpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.gz
mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.xz
mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.zip
renamed storedPlaylist.c to stored_playlist.c
No CamelCase in file names.
Diffstat (limited to 'src/playlist.c')
-rw-r--r--src/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.c b/src/playlist.c
index 08a8203f5..404e8ade6 100644
--- a/src/playlist.c
+++ b/src/playlist.c
@@ -32,7 +32,7 @@
#include "path.h"
#include "utils.h"
#include "state_file.h"
-#include "storedPlaylist.h"
+#include "stored_playlist.h"
#include "ack.h"
#include "idle.h"
#include "os_compat.h"