aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/bundle.cpp')
-rw-r--r--scumm/bundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bundle.cpp b/scumm/bundle.cpp
index a0b5395436..6d94cd7821 100644
--- a/scumm/bundle.cpp
+++ b/scumm/bundle.cpp
@@ -413,7 +413,7 @@ int32 Bundle::getNumberOfMusicSamplesByName(char *name) {
return number;
}
}
- warning("Couldn't find numsample %s\n", name);
+ warning("Couldn't find numsample %s", name);
return number;
}