aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index a325c0bd3f..c492c415eb 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -1567,7 +1567,7 @@ static const struct SciGameDescription SciGameDescriptions[] = {
SCI_VERSION_AUTODETECT,
SCI_VERSION_0
},
-
+
// Larry 2 - English DOS
// SCI interpreter version 0.000.409
{{"lsl2", "", {
@@ -3476,7 +3476,7 @@ const ADGameDescription *SciMetaEngine::fallbackDetect(const Common::FSList &fsl
// Try to parse the executable version
if (getSciVersionFromString(exeVersionString, &g_fallbackDesc.version, g_fallbackDesc.desc.platform)) {
- printf("Detected version: %s, parsed SCI version: %s\n",
+ printf("Detected version: %s, parsed SCI version: %s\n",
exeVersionString.c_str(), versionNames[g_fallbackDesc.version]);
return (const ADGameDescription *)&g_fallbackDesc;