Skip to content

Commit

Permalink
Fix Wintermute copyright sign
Browse files Browse the repository at this point in the history
  • Loading branch information
raziel- committed May 29, 2016
1 parent 0413b35 commit 751bdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wintermute/detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class WintermuteMetaEngine : public AdvancedMetaEngine {
}

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 {
Expand Down

0 comments on commit 751bdc1

Please sign in to comment.