diff options
author | Max Horn | 2007-04-26 19:08:53 +0000 |
---|---|---|
committer | Max Horn | 2007-04-26 19:08:53 +0000 |
commit | d4660cce55e8b49d1387a8f117b370fe76361720 (patch) | |
tree | 5ee4a67dadc2c510856ffbb7f3f2e4f6fee59079 /backends/platform/maemo | |
parent | 8b7d458668b93cf5cbfdc6e8c326a639b29ecc8b (diff) | |
download | scummvm-rg350-d4660cce55e8b49d1387a8f117b370fe76361720.tar.gz scummvm-rg350-d4660cce55e8b49d1387a8f117b370fe76361720.tar.bz2 scummvm-rg350-d4660cce55e8b49d1387a8f117b370fe76361720.zip |
Removing more semicola
svn-id: r26597
Diffstat (limited to 'backends/platform/maemo')
-rw-r--r-- | backends/platform/maemo/maemo-sdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/maemo/maemo-sdl.h b/backends/platform/maemo/maemo-sdl.h index e342ead5f9..e497c2597d 100644 --- a/backends/platform/maemo/maemo-sdl.h +++ b/backends/platform/maemo/maemo-sdl.h @@ -33,7 +33,7 @@ class OSystem_MAEMO : public OSystem_SDL { public: - OSystem_MAEMO() {}; + OSystem_MAEMO() {} void loadGFXMode(); }; |