From f31b688cf56725e70d9c31371ad828a701c86aad Mon Sep 17 00:00:00 2001 From: Stevoisiak Date: Mon, 12 Jan 2015 22:28:12 -0500 Subject: More minor consistency changes --- Source/Core/DiscIO/VolumeCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/VolumeCommon.cpp') diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp index 235bb22b44..c7ab76777b 100644 --- a/Source/Core/DiscIO/VolumeCommon.cpp +++ b/Source/Core/DiscIO/VolumeCommon.cpp @@ -52,7 +52,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode) // NTSC case 'E': case 'N': // Japanese import to USA and other NTSC regions - case 'Z': // Prince Of Persia - The Forgotten Sands (WII) + case 'Z': // Prince of Persia - The Forgotten Sands (Wii) case 'B': // Ufouria: The Saga (Virtual Console) return IVolume::COUNTRY_USA; -- cgit v1.2.3