X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fporting.cpp;h=b453b7f76d0dbf02338a7d2c926814046bbd758f;hb=32b68de65a303f0e063cb0d61a79ff7b4837ad7f;hp=51b36459be808752ad5683422b8e5780af688336;hpb=0b3a8deb2c8eba203ee6986e265cf93d31d4bf3a;p=dragonfireclient.git diff --git a/src/porting.cpp b/src/porting.cpp index 51b36459b..b453b7f76 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -556,7 +556,7 @@ void initializePaths() infostream << "Detected user path: " << path_user << std::endl; infostream << "Detected cache path: " << path_cache << std::endl; -#ifdef USE_GETTEXT +#if USE_GETTEXT bool found_localedir = false; # ifdef STATIC_LOCALEDIR if (STATIC_LOCALEDIR[0] && fs::PathExists(STATIC_LOCALEDIR)) {