aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-04-29 01:10:49 +0000
committerTravis Howell2005-04-29 01:10:49 +0000
commit4b4242e97316ff1959279d630533366c71219b2a (patch)
treea75729d712e95ffcd8d9283fefd7396ffb7fffb9
parent08e115a5165ff8c3d982ba858b472588c57beae7 (diff)
downloadscummvm-rg350-4b4242e97316ff1959279d630533366c71219b2a.tar.gz
scummvm-rg350-4b4242e97316ff1959279d630533366c71219b2a.tar.bz2
scummvm-rg350-4b4242e97316ff1959279d630533366c71219b2a.zip
Remove extra whitespace.
svn-id: r17858
-rw-r--r--scumm/string.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index ab261ac90e..84a406fb90 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -606,8 +606,8 @@ int ScummEngine::addMessageToStack(const byte *msg, byte *dst, int dstSize) {
continue;
}
if ((_features & GF_HE_LOCALIZED) && chr == '[') {
- while (src[num++] != ']');
- continue;
+ while (src[num++] != ']');
+ continue;
}
if (chr == 0)