diff options
author | Max Horn | 2002-07-07 17:31:14 +0000 |
---|---|---|
committer | Max Horn | 2002-07-07 17:31:14 +0000 |
commit | cf00bdf5d09be38add1e9ccde286bfb4264ef150 (patch) | |
tree | 2c0c07472a79b830e0c4e5a70950884f396c9a10 | |
parent | 2d73a779cbd8c029c63415b7afb69a88ad97d3da (diff) | |
download | scummvm-rg350-cf00bdf5d09be38add1e9ccde286bfb4264ef150.tar.gz scummvm-rg350-cf00bdf5d09be38add1e9ccde286bfb4264ef150.tar.bz2 scummvm-rg350-cf00bdf5d09be38add1e9ccde286bfb4264ef150.zip |
indent run
svn-id: r4470
-rw-r--r-- | v3/resource_v3.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/v3/resource_v3.cpp b/v3/resource_v3.cpp index 18e8002d94..fc671ae6b7 100644 --- a/v3/resource_v3.cpp +++ b/v3/resource_v3.cpp @@ -135,8 +135,7 @@ void Scumm_v3::readIndexFile() break; default: - error("Bad ID %c%c found in directory!", blocktype & 0xFF, - blocktype >> 8); + error("Bad ID %c%c found in directory!", blocktype & 0xFF, blocktype >> 8); return; } } |