aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/surface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/surface.cpp')
-rw-r--r--engines/gob/surface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/surface.cpp b/engines/gob/surface.cpp
index ed83e8255c..a2c5614962 100644
--- a/engines/gob/surface.cpp
+++ b/engines/gob/surface.cpp
@@ -766,7 +766,7 @@ bool Surface::loadImage(Common::SeekableReadStream &stream, ImageType type) {
return loadJPEG(stream);
default:
- warning("Surface::loadImage(): Unknown image type: %d", (int) type);
+ warning("Surface::loadImage(): Unknown image type: %d", (int)type);
return false;
}