[Scummvm-cvs-logs] SF.net SVN: scummvm:[41007] scummvm/trunk/engines/kyra/detection.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Fri May 29 17:07:38 CEST 2009


Revision: 41007
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41007&view=rev
Author:   wjpalenstijn
Date:     2009-05-29 15:07:38 +0000 (Fri, 29 May 2009)

Log Message:
-----------
Fix compilation

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/detection.cpp

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2009-05-29 14:58:08 UTC (rev 41006)
+++ scummvm/trunk/engines/kyra/detection.cpp	2009-05-29 15:07:38 UTC (rev 41007)
@@ -1113,8 +1113,9 @@
 	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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list