From 02dedfe5681f0fd79486455ccd7c93a868c4ea2f Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:14:19 +0300 Subject: Fix MADS copyright sign --- engines/mads/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3