[Scummvm-cvs-logs] scummvm master -> 1cea5821524a50f58a0bd229bf68cf75a6f3d359

clone2727 clone2727 at gmail.com
Sat Jun 6 23:14:18 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:
1cea582152 AUDIO: Fix syntax


Commit: 1cea5821524a50f58a0bd229bf68cf75a6f3d359
    https://github.com/scummvm/scummvm/commit/1cea5821524a50f58a0bd229bf68cf75a6f3d359
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2015-06-06T17:13:21-04:00

Commit Message:
AUDIO: Fix syntax

Changed paths:
    audio/decoders/3do.cpp



diff --git a/audio/decoders/3do.cpp b/audio/decoders/3do.cpp
index 32e4800..b3667ac 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));






More information about the Scummvm-git-logs mailing list