diff options
author | Max Horn | 2004-03-16 23:51:41 +0000 |
---|---|---|
committer | Max Horn | 2004-03-16 23:51:41 +0000 |
commit | fd52b3a3c05c61dadaf2ed0b5d109e58419d4436 (patch) | |
tree | 1e91398ae8085d337f4adfbfff2895fe374d416b /base | |
parent | 2705815d1d8fc12b7960f7070682f47404870951 (diff) | |
download | scummvm-rg350-fd52b3a3c05c61dadaf2ed0b5d109e58419d4436.tar.gz scummvm-rg350-fd52b3a3c05c61dadaf2ed0b5d109e58419d4436.tar.bz2 scummvm-rg350-fd52b3a3c05c61dadaf2ed0b5d109e58419d4436.zip |
Patch #917503: Remove stray semicolons
svn-id: r13319
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 2 |
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[]) { |