[Scummvm-cvs-logs] scummvm master -> 7eb663a45b7c6f1ae65ce118fe059c6e4b62f1a8
clone2727
clone2727 at gmail.com
Sat Jun 6 23:15:31 CEST 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7eb663a45b AUDIO: Fix another syntax error
Commit: 7eb663a45b7c6f1ae65ce118fe059c6e4b62f1a8
https://github.com/scummvm/scummvm/commit/7eb663a45b7c6f1ae65ce118fe059c6e4b62f1a8
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2015-06-06T17:14:24-04:00
Commit Message:
AUDIO: Fix another syntax error
Changed paths:
audio/decoders/3do.cpp
diff --git a/audio/decoders/3do.cpp b/audio/decoders/3do.cpp
index b3667ac..6d558d4 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));
More information about the Scummvm-git-logs
mailing list