diff options
author | Max Kellermann <max@duempel.org> | 2008-11-11 15:55:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-11 15:55:34 +0100 |
commit | 54ad08ab378f9e988cc8289c0923e50047805b1f (patch) | |
tree | e6ecc516d6af027edd3f1cb1c6094ff58206c2b0 /src/replay_gain.c | |
parent | 130659e856eac7520fc1b32c0a7552ce354df66b (diff) | |
download | mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.tar.gz mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.tar.xz mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.zip |
replay_gain: renamed sources to replay_gain.c, replay_gain.h
No CamelCase file names.
Diffstat (limited to '')
-rw-r--r-- | src/replay_gain.c (renamed from src/replayGain.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replayGain.c b/src/replay_gain.c index af3d33553..094c1c4f7 100644 --- a/src/replayGain.c +++ b/src/replay_gain.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "replayGain.h" +#include "replay_gain.h" #include "utils.h" #include "log.h" |