mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
Remove extra whitespace.
svn-id: r17858
This commit is contained in:
parent
08e115a516
commit
4b4242e973
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user