Skip to content

Commit

Permalink
JANITORIAL: Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
I'm glad there's always a supply of those, because they make for
great test commits.
  • Loading branch information
eriktorbjorn committed Feb 12, 2011
1 parent cb9ddad commit 87e8328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mohawk/cstime_ui.cpp
Expand Up @@ -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);
}
Expand Down

0 comments on commit 87e8328

Please sign in to comment.