[Scummvm-cvs-logs] scummvm master -> 87e832809bd6e23fa71071fb4fd7a3a27f88f12e

ScummVM git noreply at scummvm.org
Sat Feb 12 22:18:44 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:
87e832809b JANITORIAL: Remove unnecessary semicolon


Commit: 87e832809bd6e23fa71071fb4fd7a3a27f88f12e
    https://github.com/scummvm/scummvm/commit/87e832809bd6e23fa71071fb4fd7a3a27f88f12e
Author: eriktorbjorn (d91tan at localhost.localdomain)
Date: 2011-02-12T13:16:53-08:00

Commit Message:
JANITORIAL: Remove unnecessary semicolon

I'm glad there's always a supply of those, because they make for
great test commits.

Changed paths:
    engines/mohawk/cstime_ui.cpp



diff --git a/engines/mohawk/cstime_ui.cpp b/engines/mohawk/cstime_ui.cpp
index a21ed49..c95e276 100644
--- a/engines/mohawk/cstime_ui.cpp
+++ b/engines/mohawk/cstime_ui.cpp
@@ -1259,7 +1259,7 @@ CSTimeBook::~CSTimeBook() {
 
 void CSTimeBook::drawSmallBook() {
 	if (!_smallBookFeature) {
-		_smallBookFeature = _vm->getView()->installViewFeature(101, kFeatureSortStatic | kFeatureNewNoLoop, NULL);;
+		_smallBookFeature = _vm->getView()->installViewFeature(101, kFeatureSortStatic | kFeatureNewNoLoop, NULL);
 	} else {
 		_smallBookFeature->resetFeature(false, NULL, 0);
 	}






More information about the Scummvm-git-logs mailing list