X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgettext.cpp;h=0c0e520ca169e4322834edc5cfb647e0f92e6959;hb=9e4e7072da8f565eef37da7558053a436b9cbba3;hp=8000bf828ebd02fe7325173a5241ad20db850975;hpb=10fdbf737513e48bfcfb9e90fe243dcd989c0476;p=oweals%2Fminetest.git diff --git a/src/gettext.cpp b/src/gettext.cpp index 8000bf828..0c0e520ca 100644 --- a/src/gettext.cpp +++ b/src/gettext.cpp @@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "gettext.h" #include "util/string.h" -#if USE_GETTEXT and defined(_MSC_VER) +#if USE_GETTEXT && defined(_MSC_VER) #include #include #include @@ -202,7 +202,7 @@ void init_gettext(const char *path,std::string configured_language) { } #else errorstream << "*******************************************************" << std::endl; - errorstream << "Can't apply locale workaround for server!" << std::encl; + errorstream << "Can't apply locale workaround for server!" << std::endl; errorstream << "Expect language to be broken!" << std::endl; errorstream << "*******************************************************" << std::endl;