From 3997e89e06844c78aca425537911d5fbd090bf51 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Apr 2011 01:02:21 +0300 Subject: Fix compilation warnings. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index beb23a72c..a170cf513 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -196,7 +196,7 @@ static void initInternationalization() // mingw doesn't like LOCALEDIR to be defined for some reason bindtextdomain("manaplus", "translations/"); #else -#if ENABLE_PORTABLE +#ifdef ENABLE_PORTABLE bindtextdomain("manaplus", (std::string(PHYSFS_getBaseDir()) + "../locale/").c_str()); #else -- cgit v1.2.3-60-g2f50