From 768d3dd6f75cba577e03367d4dbed65ac051b21f Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Wed, 1 Dec 2010 12:30:58 +0000 Subject: WII: Fix compilation svn-id: r54698 --- backends/platform/wii/osystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp index 950afbb3ba..9939bb41de 100644 --- a/backends/platform/wii/osystem.cpp +++ b/backends/platform/wii/osystem.cpp @@ -314,7 +314,7 @@ Common::String OSystem_Wii::getSystemLanguage() const { 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 -- cgit v1.2.3