aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/resource.cpp')
-rw-r--r--engines/sci/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp
index 698ae2640f..989ac43c2d 100644
--- a/engines/sci/resource.cpp
+++ b/engines/sci/resource.cpp
@@ -264,7 +264,7 @@ void ResourceManager::loadResource(Resource *res) {
file->seek(res->file_offset, SEEK_SET);
int error = decompress(res, file);
if (error) {
- warning("Error %d occured while reading %s.%03d from resource file: %s\n",
+ warning("Error %d occured while reading %s.%03d from resource file: %s",
error, getResourceTypeName(res->type), res->number, sci_error_types[error]);
res->unalloc();
}