aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo
diff options
context:
space:
mode:
authorMax Horn2007-04-26 19:08:53 +0000
committerMax Horn2007-04-26 19:08:53 +0000
commitd4660cce55e8b49d1387a8f117b370fe76361720 (patch)
tree5ee4a67dadc2c510856ffbb7f3f2e4f6fee59079 /backends/platform/maemo
parent8b7d458668b93cf5cbfdc6e8c326a639b29ecc8b (diff)
downloadscummvm-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.h2
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();
};