aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Maier2016-05-29 15:16:05 +0300
committerHubert Maier2016-05-29 15:16:05 +0300
commit751bdc10b0993aff14fdcd499ae0da62cf2ec8a3 (patch)
tree1fdd9062bc9465528a174555ef7d0e1a138233e7
parent0413b350f1636d00870a8a61e9af5314e921aa54 (diff)
downloadscummvm-rg350-751bdc10b0993aff14fdcd499ae0da62cf2ec8a3.tar.gz
scummvm-rg350-751bdc10b0993aff14fdcd499ae0da62cf2ec8a3.tar.bz2
scummvm-rg350-751bdc10b0993aff14fdcd499ae0da62cf2ec8a3.zip
Fix Wintermute copyright sign
-rw-r--r--engines/wintermute/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp
index f77eb5c64d..4e8eab505f 100644
--- a/engines/wintermute/detection.cpp
+++ b/engines/wintermute/detection.cpp
@@ -85,7 +85,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Copyright (c) 2011 Jan Nedoma";
+ return "Copyright (C) 2011 Jan Nedoma";
}
virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const {