aboutsummaryrefslogtreecommitdiff
path: root/engines/advancedDetector.cpp
diff options
context:
space:
mode:
authorMax Horn2011-06-01 16:04:55 +0200
committerMax Horn2011-06-01 16:44:35 +0200
commit48dac6ab7fa306d7ff499340d5678d74900e6c26 (patch)
treef9056bcc220a678f54ca84dc34f47d7606d7e535 /engines/advancedDetector.cpp
parent136ffb5e0a07daa7a091053e60b3c128201f7769 (diff)
downloadscummvm-rg350-48dac6ab7fa306d7ff499340d5678d74900e6c26.tar.gz
scummvm-rg350-48dac6ab7fa306d7ff499340d5678d74900e6c26.tar.bz2
scummvm-rg350-48dac6ab7fa306d7ff499340d5678d74900e6c26.zip
DETECTOR: Clarify warning a bit
Diffstat (limited to 'engines/advancedDetector.cpp')
-rw-r--r--engines/advancedDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index ece435af1c..d093c958e7 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -224,7 +224,7 @@ bool cleanupPirated(ADGameDescList &matched) {
// We ruled out all variants and now have nothing
if (matched.empty()) {
- warning("Illegitimate copy of the game detected. We give no support in such cases %d", matched.size());
+ warning("Illegitimate game copy detected. We give no support in such cases %d", matched.size());
return true;
}