aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/src/SymbianOS.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-07 14:31:45 +0000
committerJohannes Schickel2008-05-07 14:31:45 +0000
commit600ab40bcab24d3c1c8d98d3fefefa6026f03382 (patch)
tree37d052c958cb62aa947bc97c651d2d49a240f81f /backends/platform/symbian/src/SymbianOS.cpp
parentf65e9a17c34daeaa93b7de99b639cddcc6997abe (diff)
downloadscummvm-rg350-600ab40bcab24d3c1c8d98d3fefefa6026f03382.tar.gz
scummvm-rg350-600ab40bcab24d3c1c8d98d3fefefa6026f03382.tar.bz2
scummvm-rg350-600ab40bcab24d3c1c8d98d3fefefa6026f03382.zip
Changed all delete [] usages to delete[].
svn-id: r31927
Diffstat (limited to 'backends/platform/symbian/src/SymbianOS.cpp')
-rw-r--r--backends/platform/symbian/src/SymbianOS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp
index 3e34025eab..dd34f8bf8f 100644
--- a/backends/platform/symbian/src/SymbianOS.cpp
+++ b/backends/platform/symbian/src/SymbianOS.cpp
@@ -142,7 +142,7 @@ void OSystem_SDL_Symbian::initBackend() {
}
OSystem_SDL_Symbian::~OSystem_SDL_Symbian() {
- delete []_stereo_mix_buffer;
+ delete[]_stereo_mix_buffer;
}
int OSystem_SDL_Symbian::getDefaultGraphicsMode() const {