aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorHubert Maier2016-05-29 15:11:02 +0300
committerHubert Maier2016-05-29 15:11:02 +0300
commita6786c28f460be2903575c5c6deeb14fc1dc6474 (patch)
treea8a3b1e64d3ebcf072b8d2c35cb66c4fc11b536f /engines
parent0d2ea47faf7f564abd031937c7d1d81253d38b2e (diff)
downloadscummvm-rg350-a6786c28f460be2903575c5c6deeb14fc1dc6474.tar.gz
scummvm-rg350-a6786c28f460be2903575c5c6deeb14fc1dc6474.tar.bz2
scummvm-rg350-a6786c28f460be2903575c5c6deeb14fc1dc6474.zip
Fix CGE copyright sign
Diffstat (limited to 'engines')
-rw-r--r--engines/cge/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 52168dc934..82d27f8d54 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -123,7 +123,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Soltys (c) 1994-1996 L.K. Avalon";
+ return "Soltys (C) 1994-1996 L.K. Avalon";
}
virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const;