diff options
author | Max Kellermann <max@duempel.org> | 2008-10-26 19:38:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-26 19:38:50 +0100 |
commit | bbaedb17d52cf14cf1abc3f24a90dfa06f875440 (patch) | |
tree | 6dd21bbc2000ccea211f29ca1eab4b67e4a371fe /src/decoder_api.h | |
parent | 3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 (diff) | |
download | mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.gz mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.xz mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.zip |
input_stream: renamed sources, no CamelCase
Renamed inputStream.c and inputStream_file.c.
Diffstat (limited to 'src/decoder_api.h')
-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 7d8a1e567..8096d3cd8 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -26,7 +26,7 @@ * */ -#include "inputStream.h" +#include "input_stream.h" #include "replayGain.h" #include "tag.h" #include "tag_id3.h" |