aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.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/command.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/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index f222d4b8d..45daa8fad 100644
--- a/src/command.c
+++ b/src/command.c
@@ -30,7 +30,7 @@
#include "buffer2array.h"
#include "log.h"
#include "utils.h"
-#include "storedPlaylist.h"
+#include "stored_playlist.h"
#include "sllist.h"
#include "ack.h"
#include "audio.h"