diff options
author | Hubert Maier | 2016-05-29 15:11:02 +0300 |
---|---|---|
committer | Hubert Maier | 2016-05-29 15:11:02 +0300 |
commit | a6786c28f460be2903575c5c6deeb14fc1dc6474 (patch) | |
tree | a8a3b1e64d3ebcf072b8d2c35cb66c4fc11b536f /engines/cge | |
parent | 0d2ea47faf7f564abd031937c7d1d81253d38b2e (diff) | |
download | scummvm-rg350-a6786c28f460be2903575c5c6deeb14fc1dc6474.tar.gz scummvm-rg350-a6786c28f460be2903575c5c6deeb14fc1dc6474.tar.bz2 scummvm-rg350-a6786c28f460be2903575c5c6deeb14fc1dc6474.zip |
Fix CGE copyright sign
Diffstat (limited to 'engines/cge')
-rw-r--r-- | engines/cge/detection.cpp | 2 |
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; |