diff options
author | Torbjörn Andersson | 2008-01-13 22:12:35 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-01-13 22:12:35 +0000 |
commit | 7b1543357216d63885a62f785d65d42ab01766c4 (patch) | |
tree | 8101903e6c7513020415502482a3599b11cb3340 /backends/platform | |
parent | 16717ce5e19cec165a26b6fb912e19056d0f3db1 (diff) | |
download | scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.tar.gz scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.tar.bz2 scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.zip |
Removed unnecessary semi-colons.
svn-id: r30476
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp index 252c11308b..2837501a4a 100644 --- a/backends/platform/symbian/src/SymbianOS.cpp +++ b/backends/platform/symbian/src/SymbianOS.cpp @@ -93,7 +93,7 @@ void OSystem_SDL_Symbian::setFeatureState(Feature f, bool enable) { break; case kFeatureDisableKeyFiltering: GUI::Actions::Instance()->beginMapping(enable); - break;; + break; default: OSystem_SDL::setFeatureState(f, enable); } |