From 87e832809bd6e23fa71071fb4fd7a3a27f88f12e Mon Sep 17 00:00:00 2001 From: eriktorbjorn Date: Sat, 12 Feb 2011 22:16:53 +0100 Subject: JANITORIAL: Remove unnecessary semicolon I'm glad there's always a supply of those, because they make for great test commits. --- engines/mohawk/cstime_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mohawk/cstime_ui.cpp b/engines/mohawk/cstime_ui.cpp index a21ed49647..c95e276b5e 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); } -- cgit v1.2.3