Update Mapgen VoxelManipulator on buffer invalidation
[oweals/minetest.git] / src / gettext.cpp
index 8000bf828ebd02fe7325173a5241ad20db850975..0c0e520ca169e4322834edc5cfb647e0f92e6959 100644 (file)
@@ -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 <WinNls.h>
 #include <map>
 #include <direct.h>
@@ -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;