From 77c64f7f88b648e7b3a32a146ac5ff04de341a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=C4=9Bk?= Date: Fri, 23 May 2014 17:38:54 +0200 Subject: [PATCH] fixed "wild" bracket --- src/gettext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gettext.cpp b/src/gettext.cpp index 0c0e520ca..901451c5a 100644 --- a/src/gettext.cpp +++ b/src/gettext.cpp @@ -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