fixed "wild" bracket

This commit is contained in:
Jakub Vaněk 2014-05-23 17:38:54 +02:00
parent 3c07c1c645
commit 77c64f7f88
1 changed files with 1 additions and 1 deletions

View File

@ -200,6 +200,7 @@ void init_gettext(const char *path,std::string configured_language) {
else {
exit(0);
}
}
#else
errorstream << "*******************************************************" << std::endl;
errorstream << "Can't apply locale workaround for server!" << std::endl;
@ -207,7 +208,6 @@ void init_gettext(const char *path,std::string configured_language) {
errorstream << "*******************************************************" << std::endl;
#endif
}
setlocale(LC_ALL,configured_language.c_str());
#else // Mingw