diff options
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 c75c9b9495..b729bdfb95 100644 --- a/engines/mads/detection.cpp +++ b/engines/mads/detection.cpp @@ -149,7 +149,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "MADS (c) Microprose"; + return "MADS (C) Microprose"; } virtual bool hasFeature(MetaEngineFeature f) const; |