[Scummvm-git-logs] scummvm master -> da73ab0b8955f20d8f3556f1eb54e1e67ddbf4b2
sev-
sev at scummvm.org
Thu Nov 26 22:20:52 UTC 2020
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:
da73ab0b89 PETKA: Fix company name
Commit: da73ab0b8955f20d8f3556f1eb54e1e67ddbf4b2
https://github.com/scummvm/scummvm/commit/da73ab0b8955f20d8f3556f1eb54e1e67ddbf4b2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-26T23:20:43+01:00
Commit Message:
PETKA: Fix company name
Changed paths:
engines/petka/detection.cpp
diff --git a/engines/petka/detection.cpp b/engines/petka/detection.cpp
index 5793ec25db..9e5800af43 100644
--- a/engines/petka/detection.cpp
+++ b/engines/petka/detection.cpp
@@ -49,7 +49,7 @@ public:
}
virtual const char *getOriginalCopyright() const override {
- return "Red Comrades (C) S.K.I.F";
+ return "Red Comrades (C) S.K.I.F.";
}
};
More information about the Scummvm-git-logs
mailing list