diff options
author | Jordi Vilalta Prat | 2008-01-28 00:14:17 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-01-28 00:14:17 +0000 |
commit | d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd (patch) | |
tree | e6e98f266610f6428c248aed6abc75e637e45231 /backends/platform/PalmOS/Src/launcher/app.cpp | |
parent | 66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985 (diff) | |
download | scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.tar.gz scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.tar.bz2 scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.zip |
Fixed the spaces before tabs.
svn-id: r30667
Diffstat (limited to 'backends/platform/PalmOS/Src/launcher/app.cpp')
-rw-r--r-- | backends/platform/PalmOS/Src/launcher/app.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/app.cpp b/backends/platform/PalmOS/Src/launcher/app.cpp index 31c94da5b6..9bb1c1479b 100644 --- a/backends/platform/PalmOS/Src/launcher/app.cpp +++ b/backends/platform/PalmOS/Src/launcher/app.cpp @@ -202,7 +202,7 @@ static void AppStartCheckScreenSize() { #define max(id,value) gVars->memory[id] = (gVars->memory[id] < value ? value : gVars->memory[id]) #define min(id,value) gVars->memory[id] = (gVars->memory[id] > value ? value : gVars->memory[id]) -#define threshold 700 +#define threshold 700 static void AppStartSetMemory() { UInt32 mem, def; @@ -221,7 +221,7 @@ Err AppStart(void) { #ifndef _DEBUG_ENGINE // delete old databases - ModDelete(); + ModDelete(); #endif // allocate global variables space @@ -295,7 +295,7 @@ Err AppStart(void) { GamImportDatabase(); AppStartCheckScreenSize(); - AppStartCheckNotify(); // not fatal error if not avalaible + AppStartCheckNotify(); // not fatal error if not avalaible return error; } |