aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--v3/resource_v3.cpp3
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;
}
}