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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Jan 17 21:11:32 CET 2007


Revision: 25112
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25112&view=rev
Author:   eriktorbjorn
Date:     2007-01-17 12:11:31 -0800 (Wed, 17 Jan 2007)

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

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

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2007-01-17 11:12:02 UTC (rev 25111)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2007-01-17 20:11:31 UTC (rev 25112)
@@ -69,7 +69,7 @@
 		GType_Nippon,
 		0,
 	},
-	{ { NULL, NULL, {NULL, 0, NULL}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
+	{ { NULL, NULL, { { NULL, 0, NULL } }, Common::UNK_LANG, Common::kPlatformUnknown }, 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