aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/mac_snd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/decoders/mac_snd.cpp')
-rw-r--r--sound/decoders/mac_snd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/decoders/mac_snd.cpp b/sound/decoders/mac_snd.cpp
index d6894f1144..48f6886bf4 100644
--- a/sound/decoders/mac_snd.cpp
+++ b/sound/decoders/mac_snd.cpp
@@ -69,7 +69,7 @@ SeekableAudioStream *makeMacSndStream(Common::SeekableReadStream *stream,
// We really should never get this as long as we have sampled data only
if (stream->readUint16BE() != 1) {
warning("makeMacSndStream(): Unsupported command count");
- return 0;
+ return 0;
}
uint16 command = stream->readUint16BE();