(svn r21803) -Cleanup: Remove unnecessary semicolons.

This commit is contained in:
terkhen
2011-01-15 15:36:58 +00:00
parent 2709454040
commit 679cd3c21b
13 changed files with 15 additions and 15 deletions

View File

@@ -721,7 +721,7 @@ void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, WarningLevel
switch (wl) {
case WL_WARNING: IConsolePrint(CC_WARNING, buf); break;
default: IConsoleError(buf); break;
};
}
}
bool no_timeout = wl == WL_CRITICAL;