diff options
author | Hubert Maier | 2016-05-29 15:12:53 +0300 |
---|---|---|
committer | Hubert Maier | 2016-05-29 15:12:53 +0300 |
commit | 2715f47f8855c6e1baf30ed57b1036a717dac210 (patch) | |
tree | 4aab33e38ad04f67f886db31df29c5647ae8c698 | |
parent | 3a3cc647d7ad0a9a37156ffbe0cd325c34c83f9e (diff) | |
download | scummvm-rg350-2715f47f8855c6e1baf30ed57b1036a717dac210.tar.gz scummvm-rg350-2715f47f8855c6e1baf30ed57b1036a717dac210.tar.bz2 scummvm-rg350-2715f47f8855c6e1baf30ed57b1036a717dac210.zip |
Fix Hopkins copyright sign
-rw-r--r-- | engines/hopkins/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp index cc1e84f5f8..cfdbf8030c 100644 --- a/engines/hopkins/detection.cpp +++ b/engines/hopkins/detection.cpp @@ -111,7 +111,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Hopkins FBI (c)1997-2003 MP Entertainment"; + return "Hopkins FBI (C)1997-2003 MP Entertainment"; } virtual bool hasFeature(MetaEngineFeature f) const; |