diff options
-rw-r--r-- | engines/hdb/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index 525a2d02a9..60b0db0c23 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -175,7 +175,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Hyperspace Delivery Boy! (c) 2001 Monkeystone Games"; + return "Hyperspace Delivery Boy! (C) 2001 Monkeystone Games"; } virtual bool hasFeature(MetaEngineFeature f) const; |