From 0413b350f1636d00870a8a61e9af5314e921aa54 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:15:26 +0300 Subject: Fix Voyeur copyright sign --- engines/voyeur/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/voyeur') diff --git a/engines/voyeur/detection.cpp b/engines/voyeur/detection.cpp index 9e5320aac8..7b9fa6722e 100644 --- a/engines/voyeur/detection.cpp +++ b/engines/voyeur/detection.cpp @@ -75,7 +75,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Voyeur (c) Philips P.O.V. Entertainment Group"; + return "Voyeur (C) Philips P.O.V. Entertainment Group"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3