From a208487552eebcd75e437abfe607a2ef6d8effe8 Mon Sep 17 00:00:00 2001 From: jh10001 Date: Tue, 1 Sep 2015 02:36:02 +0800 Subject: [PATCH] Fix syntax error. --- src/gettext.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gettext.cpp b/src/gettext.cpp index 0fd6b574e..6f51f2043 100644 --- a/src/gettext.cpp +++ b/src/gettext.cpp @@ -202,14 +202,14 @@ void init_gettext(const char *path, const std::string &configured_language) { else { exit(0); } + } #else - errorstream << "*******************************************************" << std::endl; - errorstream << "Can't apply locale workaround for server!" << std::endl; - errorstream << "Expect language to be broken!" << std::endl; - errorstream << "*******************************************************" << std::endl; + errorstream << "*******************************************************" << std::endl; + errorstream << "Can't apply locale workaround for server!" << std::endl; + errorstream << "Expect language to be broken!" << std::endl; + errorstream << "*******************************************************" << std::endl; #endif - } setlocale(LC_ALL,configured_language.c_str()); #else // Mingw