aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorHubert Maier2016-05-29 15:14:19 +0300
committerHubert Maier2016-05-29 15:14:19 +0300
commit02dedfe5681f0fd79486455ccd7c93a868c4ea2f (patch)
tree87a7cc2292a67439841c488988c9add4295a3ebf /engines/mads
parentf91cab147ec62ac3ddae23299952e05bf154613f (diff)
downloadscummvm-rg350-02dedfe5681f0fd79486455ccd7c93a868c4ea2f.tar.gz
scummvm-rg350-02dedfe5681f0fd79486455ccd7c93a868c4ea2f.tar.bz2
scummvm-rg350-02dedfe5681f0fd79486455ccd7c93a868c4ea2f.zip
Fix MADS copyright sign
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/detection.cpp b/engines/mads/detection.cpp
index b3ba60b6d0..4736503a38 100644
--- a/engines/mads/detection.cpp
+++ b/engines/mads/detection.cpp
@@ -149,7 +149,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "MADS (c)";
+ return "MADS (C)";
}
virtual bool hasFeature(MetaEngineFeature f) const;