diff options
Diffstat (limited to 'sound/decoders/flac.cpp')
-rw-r--r-- | sound/decoders/flac.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/decoders/flac.cpp b/sound/decoders/flac.cpp index 86437bfe7b..91c48199e3 100644 --- a/sound/decoders/flac.cpp +++ b/sound/decoders/flac.cpp @@ -76,7 +76,7 @@ typedef FLAC__StreamDecoder FLAC__SeekableStreamDecoder; namespace Audio { #pragma mark - -#pragma mark --- Flac stream --- +#pragma mark --- FLAC stream --- #pragma mark - static const uint MAX_OUTPUT_CHANNELS = 2; @@ -723,7 +723,7 @@ void FLACStream::callWrapError(const ::FLAC__SeekableStreamDecoder *decoder, ::F #pragma mark - -#pragma mark --- Flac factory functions --- +#pragma mark --- FLAC factory functions --- #pragma mark - SeekableAudioStream *makeFLACStream( |