diff options
author | Max Kellermann <max@duempel.org> | 2008-10-22 17:21:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-22 17:21:57 +0200 |
commit | a4def81313a3be9f511f8f4cdab77ee553b7e5a3 (patch) | |
tree | de863739a0d993c447bd1edd2989e3868765033c /src/storedPlaylist.c | |
parent | 1c62e2cd627e6ea2b3a6b216e44f2de41afcce46 (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/stored_playlist.c (renamed from src/storedPlaylist.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storedPlaylist.c b/src/stored_playlist.c index fb0027599..73362cae1 100644 --- a/src/storedPlaylist.c +++ b/src/stored_playlist.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "storedPlaylist.h" +#include "stored_playlist.h" #include "playlist_save.h" #include "song.h" #include "mapper.h" |