diff options
author | Bastien Bouclet | 2016-09-15 20:04:14 +0200 |
---|---|---|
committer | Bastien Bouclet | 2018-12-10 06:47:27 +0100 |
commit | 9a4c0ae281e0b7b545360c6dbd347a432cdade12 (patch) | |
tree | 8b4c1287fb54520dc8856bbf523c5415ce8118e6 /engines/lilliput | |
parent | cf82dfaec5847d791c5f7f98e31544cd4098d901 (diff) | |
download | scummvm-rg350-9a4c0ae281e0b7b545360c6dbd347a432cdade12.tar.gz scummvm-rg350-9a4c0ae281e0b7b545360c6dbd347a432cdade12.tar.bz2 scummvm-rg350-9a4c0ae281e0b7b545360c6dbd347a432cdade12.zip |
ENGINES: Normalize the getName() result of metaengines
Also-By: Matthew Hoops <clone2727@gmail.com>
Diffstat (limited to 'engines/lilliput')
-rw-r--r-- | engines/lilliput/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lilliput/detection.cpp b/engines/lilliput/detection.cpp index eb65ad2d64..eef513eb9e 100644 --- a/engines/lilliput/detection.cpp +++ b/engines/lilliput/detection.cpp @@ -131,7 +131,7 @@ public: } const char *getOriginalCopyright() const { - return "Lilliput Engine copyright S.L.Grand, Brainware, 1991-1992"; + return "Lilliput (C) S.L.Grand, Brainware, 1991-1992"; } bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *gd) const; |