From e2641cbd251579e58fa3918bbd8966db2a97d09c Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 29 May 2009 15:07:38 +0000 Subject: Fix compilation svn-id: r41007 --- engines/kyra/detection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3