From 516d635b6cbce6e38cc3e4f227f6ab0b073925b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Jan 2016 20:21:16 +0300 Subject: Fix code style. --- src/utils/gettexthelper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp index 2de5589dc..3ee1bb0b3 100644 --- a/src/utils/gettexthelper.cpp +++ b/src/utils/gettexthelper.cpp @@ -20,7 +20,9 @@ #include "utils/gettexthelper.h" +#if defined(ENABLE_NLS) || defined(ENABLE_CUSTOMNLS) #include "configuration.h" +#endif #ifdef ENABLE_NLS #include "client.h" @@ -77,7 +79,6 @@ static std::string setLangEnv() setEnv("LANGUAGE", lang.c_str()); } #endif // WIN32 - } return lang; -- cgit v1.2.3-70-g09d2