[Scummvm-cvs-logs] SF.net SVN: scummvm:[54698] scummvm/trunk/backends/platform/wii/osystem.cpp

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Wed Dec 1 13:30:59 CET 2010


Revision: 54698
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54698&view=rev
Author:   jvprat
Date:     2010-12-01 12:30:58 +0000 (Wed, 01 Dec 2010)

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

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/osystem.cpp

Modified: scummvm/trunk/backends/platform/wii/osystem.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/osystem.cpp	2010-12-01 12:23:37 UTC (rev 54697)
+++ scummvm/trunk/backends/platform/wii/osystem.cpp	2010-12-01 12:30:58 UTC (rev 54698)
@@ -314,7 +314,7 @@
 	Common::String country;
 	// TODO: Can we get more fine-grained country setting?
 	int32 areaID = CONF_GetArea();
-	if ((areaID >= CONF_AREA_JPN) && (areaID <= CONF_AREA_CHN) {
+	if ((areaID >= CONF_AREA_JPN) && (areaID <= CONF_AREA_CHN)) {
 		// It's a known area.
 		if (areaID == CONF_AREA_BRA) {
 			// Portuguese isn't available on the Wii, but we know it's the


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