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/decoder | |
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/decoder_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h index 503ba118f..88b3ea5c5 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -27,7 +27,7 @@ */ #include "input_stream.h" -#include "replayGain.h" +#include "replay_gain.h" #include "tag.h" #include "tag_id3.h" #include "audio_format.h" |