aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2007-04-25 19:31:23 +0000
committerMax Horn2007-04-25 19:31:23 +0000
commit00b9bc7b36682365e64d710b4e843659bef373da (patch)
tree27f48e6cb51c37d595a6dd04d9fc1d773f4f766c /backends
parent8306e0ebe5bddd5945bdfb436fcfb7148160e029 (diff)
downloadscummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.tar.gz
scummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.tar.bz2
scummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.zip
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
svn-id: r26594
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/sdl/sdl-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/sdl-common.h b/backends/platform/sdl/sdl-common.h
index 58ebb72bd1..7703a1a511 100644
--- a/backends/platform/sdl/sdl-common.h
+++ b/backends/platform/sdl/sdl-common.h
@@ -117,7 +117,7 @@ public:
void disableCursorPalette(bool disable) {
_cursorPaletteDisabled = disable;
blitCursor();
- };
+ }
// Shaking is used in SCUMM. Set current shake position.
void setShakePos(int shake_pos);