aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge/cfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/cfile.cpp b/engines/cge/cfile.cpp
index 652fecae9a..23881cf89a 100644
--- a/engines/cge/cfile.cpp
+++ b/engines/cge/cfile.cpp
@@ -49,7 +49,7 @@ IoBuf::IoBuf(const char *name, Crypt *crypt)
_bufMark(0),
_ptr(0),
_lim(0) {
- debugC(1, kCGEDebugFile, "IoBuf::IoBuf(%s, %d, crypt)", name);
+ debugC(1, kCGEDebugFile, "IoBuf::IoBuf(%s, crypt)", name);
_buff = (uint8 *) malloc(sizeof(uint8) * kBufferSize);
assert(_buff != NULL);