aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-09-20 08:50:46 +0000
committerMax Horn2007-09-20 08:50:46 +0000
commit3cbf4ad98f83c8bd456ece03d626be8776857148 (patch)
tree999c9e9f175c3a3a9764eb2a90dcbf270c9cbd1c
parentaa034c4e4d6cb024c29a166bfba46a8cdc7c324d (diff)
downloadscummvm-rg350-3cbf4ad98f83c8bd456ece03d626be8776857148.tar.gz
scummvm-rg350-3cbf4ad98f83c8bd456ece03d626be8776857148.tar.bz2
scummvm-rg350-3cbf4ad98f83c8bd456ece03d626be8776857148.zip
Remove superfluous trailing dot (and that error message really is a lie, the docs don't mention lure.dat :)
svn-id: r28981
-rw-r--r--engines/lure/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index 3fa6278016..daf54d7425 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -147,7 +147,7 @@ void LureEngine::detectGame() {
if (!Common::File::exists(SUPPORT_FILENAME))
error("Missing %s - this is a custom file containing resources from the\n"
- "Lure of the Temptress executable. See the documentation for creating it.",
+ "Lure of the Temptress executable. See the documentation for creating it",
SUPPORT_FILENAME);
for (uint8 fileNum = 1; fileNum <= 4; ++fileNum) {