[Scummvm-git-logs] scummvm master -> 9c048c32f23a58dbf656831856f671d00c5b9fa5

sev- noreply at scummvm.org
Fri Jun 23 08:22:15 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9c048c32f2 DRILLER: Remove newline from detection "extra" field


Commit: 9c048c32f23a58dbf656831856f671d00c5b9fa5
    https://github.com/scummvm/scummvm/commit/9c048c32f23a58dbf656831856f671d00c5b9fa5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-06-23T10:21:39+02:00

Commit Message:
DRILLER: Remove newline from detection "extra" field

Changed paths:
    engines/freescape/detection.cpp


diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index 49e3c5f1c29..fe497d72499 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -183,7 +183,7 @@ static const ADGameDescription gameDescriptions[] = {
 	},
 	{ // Virtual Worlds release
 		"driller",
-		"This relese requieres unpacking, check the wiki for instructions:\nhttps://wiki.scummvm.org/index.php?title=Driller#AtariST_releases",
+		"This relese requieres unpacking, check the wiki for instructions: https://wiki.scummvm.org/index.php?title=Driller#AtariST_releases",
 		{
 			{"d.pak", 0, "607b44b9d31e0da5668b653e03d25efe", 706},
 			{"dril.all", 0, "65277222effa1eb4d73b234245001d75", 158158},




More information about the Scummvm-git-logs mailing list