[Scummvm-cvs-logs] scummvm master -> 08c0fa91059113e6ed054cf4a84317a6ff8b4d08
DrMcCoy
drmccoy at drmccoy.de
Sat Jun 16 03:05:24 CEST 2012
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:
08c0fa9105 GOB: Remove a superfluous semicolon
Commit: 08c0fa91059113e6ed054cf4a84317a6ff8b4d08
https://github.com/scummvm/scummvm/commit/08c0fa91059113e6ed054cf4a84317a6ff8b4d08
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-15T18:04:35-07:00
Commit Message:
GOB: Remove a superfluous semicolon
Changed paths:
engines/gob/sound/sound.cpp
diff --git a/engines/gob/sound/sound.cpp b/engines/gob/sound/sound.cpp
index 170330f..184e14a 100644
--- a/engines/gob/sound/sound.cpp
+++ b/engines/gob/sound/sound.cpp
@@ -446,7 +446,7 @@ void Sound::blasterPlay(SoundDesc *sndDesc, int16 repCount,
}
void Sound::blasterRepeatComposition(int32 repCount) {
- _blaster->repeatComposition(repCount);;
+ _blaster->repeatComposition(repCount);
}
void Sound::blasterStop(int16 fadeLength, SoundDesc *sndDesc) {
More information about the Scummvm-git-logs
mailing list