[Scummvm-cvs-logs] scummvm master -> 30c943e3a91d39a25ea0572d6d59f5b910af12b0

fuzzie fuzzie at fuzzie.org
Thu Nov 17 13:45:36 CET 2011


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:
30c943e3a9 TSAGE: Remove extra semicolons.


Commit: 30c943e3a91d39a25ea0572d6d59f5b910af12b0
    https://github.com/scummvm/scummvm/commit/30c943e3a91d39a25ea0572d6d59f5b910af12b0
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-11-17T04:44:00-08:00

Commit Message:
TSAGE: Remove extra semicolons.

Changed paths:
    engines/tsage/ringworld2/ringworld2_speakers.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_speakers.cpp b/engines/tsage/ringworld2/ringworld2_speakers.cpp
index df400bd..3c9a84c 100644
--- a/engines/tsage/ringworld2/ringworld2_speakers.cpp
+++ b/engines/tsage/ringworld2/ringworld2_speakers.cpp
@@ -301,7 +301,7 @@ SpeakerSeekerL::SpeakerSeekerL(): VisualSpeaker() {
 	_displayMode = 1;
 	_numFrames = 0;
 	_fontNumber = 10;
-};
+}
 
 /*--------------------------------------------------------------------------*/
 
@@ -316,7 +316,7 @@ SpeakerQuinnL::SpeakerQuinnL(): VisualSpeaker() {
 	_displayMode = 1;
 	_numFrames = 0;
 	_fontNumber = 10;
-};
+}
 
 /*--------------------------------------------------------------------------*/
 






More information about the Scummvm-git-logs mailing list