diff options
author | Willem Jan Palenstijn | 2009-05-29 15:07:38 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2009-05-29 15:07:38 +0000 |
commit | e2641cbd251579e58fa3918bbd8966db2a97d09c (patch) | |
tree | 4cadcfef1b29734714f7cc6eb87d10c3313023c4 | |
parent | d9228d69a76d38d502a6e65bb5875c42d2f0a947 (diff) | |
download | scummvm-rg350-e2641cbd251579e58fa3918bbd8966db2a97d09c.tar.gz scummvm-rg350-e2641cbd251579e58fa3918bbd8966db2a97d09c.tar.bz2 scummvm-rg350-e2641cbd251579e58fa3918bbd8966db2a97d09c.zip |
Fix compilation
svn-id: r41007
-rw-r--r-- | engines/kyra/detection.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 41ad3467c6..0c05df5970 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -1113,8 +1113,9 @@ public: const char *getOriginalCopyright() const { return "The Legend of Kyrandia (C) Westwood Studios" #ifdef ENABLE_LOL - "\nLands of Lore (C) Westwood Studios"; + "\nLands of Lore (C) Westwood Studios" #endif + ; } bool hasFeature(MetaEngineFeature f) const; |