Fix build.

This commit is contained in:
Adrien Destugues - PulkoMandy 2012-08-15 13:43:02 +02:00
parent 7dfdb91a2e
commit 3b85241aba

View File

@ -106,7 +106,7 @@ country_code_for_language(const BLanguage& language)
return "GR";
case 'en': // United Kingdom
return "GB";
case 'hi' // India
case 'hi': // India
return 'IN';
case 'ja': // Japan
return "JP";