diff options
author | Adrian Frühwirth | 2018-04-19 12:08:31 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-04-19 12:08:31 +0200 |
commit | 9bee9e1ba66db0ca27f13a7a09f839521c1e8b3f (patch) | |
tree | 09b3dc96b604095304ed8b7dfa5fbe1fdc08e07a /engines/tony | |
parent | 25aa60726ddbcd444043488e5c1756630637891a (diff) | |
download | scummvm-rg350-9bee9e1ba66db0ca27f13a7a09f839521c1e8b3f.tar.gz scummvm-rg350-9bee9e1ba66db0ca27f13a7a09f839521c1e8b3f.tar.bz2 scummvm-rg350-9bee9e1ba66db0ca27f13a7a09f839521c1e8b3f.zip |
JANITORIAL: Fix whitespace
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/loc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp index be2b20294f..fe553b5fab 100644 --- a/engines/tony/loc.cpp +++ b/engines/tony/loc.cpp @@ -1005,7 +1005,7 @@ void RMCharacter::goTo(CORO_PARAM, RMPoint destcoord, bool bReversed) { _walkCount = 0; if (bReversed) { - while (0) ; + while (0); } int nPatt = getCurPattern(); |