aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders')
-rw-r--r--audio/decoders/3do.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/3do.cpp b/audio/decoders/3do.cpp
index b3667acbd8..6d558d4c8c 100644
--- a/audio/decoders/3do.cpp
+++ b/audio/decoders/3do.cpp
@@ -205,7 +205,7 @@ Audio3DO_SDX2_Stream::Audio3DO_SDX2_Stream(Common::SeekableReadStream *stream, u
_initialRead = true;
reset();
-};
+}
void Audio3DO_SDX2_Stream::reset() {
memcpy(&_curDecoderData, &_initialDecoderData, sizeof(_curDecoderData));