aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMatthew Hoops2015-06-06 17:12:55 -0400
committerMatthew Hoops2015-06-06 17:13:21 -0400
commit1cea5821524a50f58a0bd229bf68cf75a6f3d359 (patch)
treed10dce4bca9808fce3ffcac24c34d660a6a7dbb0 /audio
parentfb37bdc6cfbbf7c3db95878b2d2c4f8b6df2f38a (diff)
downloadscummvm-rg350-1cea5821524a50f58a0bd229bf68cf75a6f3d359.tar.gz
scummvm-rg350-1cea5821524a50f58a0bd229bf68cf75a6f3d359.tar.bz2
scummvm-rg350-1cea5821524a50f58a0bd229bf68cf75a6f3d359.zip
AUDIO: Fix syntax
Diffstat (limited to 'audio')
-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 32e48005be..b3667acbd8 100644
--- a/audio/decoders/3do.cpp
+++ b/audio/decoders/3do.cpp
@@ -61,7 +61,7 @@ Audio3DO_ADP4_Stream::Audio3DO_ADP4_Stream(Common::SeekableReadStream *stream, u
_initialRead = true;
reset();
-};
+}
void Audio3DO_ADP4_Stream::reset() {
memcpy(&_curDecoderData, &_initialDecoderData, sizeof(_curDecoderData));