Proper delete[] formatting (this time all occurences should've been changed...)

svn-id: r31929
This commit is contained in:
Johannes Schickel 2008-05-07 15:09:10 +00:00
parent 2d707af338
commit 311e9165ed
11 changed files with 21 additions and 21 deletions

View file

@ -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 {