diff options
author | Hubert Maier | 2016-05-29 15:14:19 +0300 |
---|---|---|
committer | Hubert Maier | 2016-05-29 15:14:19 +0300 |
commit | 02dedfe5681f0fd79486455ccd7c93a868c4ea2f (patch) | |
tree | 87a7cc2292a67439841c488988c9add4295a3ebf /engines/mads | |
parent | f91cab147ec62ac3ddae23299952e05bf154613f (diff) | |
download | scummvm-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.cpp | 2 |
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; |