aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/detection.cpp
diff options
context:
space:
mode:
authorHubert Maier2016-05-29 15:15:26 +0300
committerHubert Maier2016-05-29 15:15:26 +0300
commit0413b350f1636d00870a8a61e9af5314e921aa54 (patch)
tree26d30e97a0fbb3a5ca9ebe612bf4de352ab786e1 /engines/voyeur/detection.cpp
parent5216a4278a34a909e1cd2c1848c3573524faa2aa (diff)
downloadscummvm-rg350-0413b350f1636d00870a8a61e9af5314e921aa54.tar.gz
scummvm-rg350-0413b350f1636d00870a8a61e9af5314e921aa54.tar.bz2
scummvm-rg350-0413b350f1636d00870a8a61e9af5314e921aa54.zip
Fix Voyeur copyright sign
Diffstat (limited to 'engines/voyeur/detection.cpp')
-rw-r--r--engines/voyeur/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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;