aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index d0b1e30420..ca1385915d 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -267,7 +267,7 @@ static void runGame(GameDetector &detector, OSystem *system) {
// Free up memory
delete engine;
-};
+}
#ifndef _WIN32_WCE
extern "C" int main(int argc, char *argv[]) {