aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorMax Horn2009-11-09 23:50:19 +0000
committerMax Horn2009-11-09 23:50:19 +0000
commitb3a07754e23f026d842ccc5b414b535c51ff3d56 (patch)
treec4d48223314241a4f470e18a2d07144457cec939 /backends/platform
parentbe0e94f4cd06694665e0a622310eb29a34e6ad2b (diff)
downloadscummvm-rg350-b3a07754e23f026d842ccc5b414b535c51ff3d56.tar.gz
scummvm-rg350-b3a07754e23f026d842ccc5b414b535c51ff3d56.tar.bz2
scummvm-rg350-b3a07754e23f026d842ccc5b414b535c51ff3d56.zip
whitespace
svn-id: r45794
Diffstat (limited to 'backends/platform')
-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 d58aed2346..cf4716c2db 100644
--- a/backends/platform/symbian/src/SymbianOS.cpp
+++ b/backends/platform/symbian/src/SymbianOS.cpp
@@ -151,7 +151,7 @@ void OSystem_SDL_Symbian::initBackend() {
Common::String savePath;
savePath = Symbian::GetExecutablePath();
savePath += DEFAULT_SAVE_PATH "\\";
- _savefile = new DefaultSaveFileManager(savePath);
+ _savefile = new DefaultSaveFileManager(savePath);
// If savepath has not already been set then set it
if (!ConfMan.hasKey("savepath")) {