aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorHubert Maier2016-05-29 15:12:53 +0300
committerHubert Maier2016-05-29 15:12:53 +0300
commit2715f47f8855c6e1baf30ed57b1036a717dac210 (patch)
tree4aab33e38ad04f67f886db31df29c5647ae8c698 /engines
parent3a3cc647d7ad0a9a37156ffbe0cd325c34c83f9e (diff)
downloadscummvm-rg350-2715f47f8855c6e1baf30ed57b1036a717dac210.tar.gz
scummvm-rg350-2715f47f8855c6e1baf30ed57b1036a717dac210.tar.bz2
scummvm-rg350-2715f47f8855c6e1baf30ed57b1036a717dac210.zip
Fix Hopkins copyright sign
Diffstat (limited to 'engines')
-rw-r--r--engines/hopkins/detection.cpp2
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;