From: Ilya Zhuravlev Date: Sun, 2 Feb 2014 12:22:33 +0000 (+0400) Subject: Fix unexpected preprocessor directive in gettext.cpp X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=2d16ebf57c0a287c96f9575e5317230b27e66288;p=zefram%2Fminetest%2Fminetest_engine.git Fix unexpected preprocessor directive in gettext.cpp --- diff --git a/src/gettext.cpp b/src/gettext.cpp index 8000bf82..62cc138a 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