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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Feb 1 21:05:31 CET 2007


Revision: 25325
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25325&view=rev
Author:   eriktorbjorn
Date:     2007-02-01 12:05:30 -0800 (Thu, 01 Feb 2007)

Log Message:
-----------
Fixed warning.

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

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2007-02-01 15:30:50 UTC (rev 25324)
+++ scummvm/trunk/engines/agi/detection.cpp	2007-02-01 20:05:30 UTC (rev 25325)
@@ -995,7 +995,7 @@
 	FANMADE("Voodoo Girl - Queen of the Darned (v1.2 2002 Mar 29)", "11d0417b7b886f963d0b36789dac4c8f"),
 	FANMADE("Wizaro (v0.1)", "abeec1eda6eaf8dbc52443ea97ff140c"),
 
-	{ { NULL, NULL, {NULL, 0, NULL, 0}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0 }
+	{ { NULL, NULL, { { NULL, 0, NULL, 0 } }, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0 }
 };
 
 }


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