aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Common.h')
-rw-r--r--src/common/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Common.h b/src/common/Common.h
index f35773e7c70..0a3ab68d39f 100644
--- a/src/common/Common.h
+++ b/src/common/Common.h
@@ -103,7 +103,7 @@ TC_COMMON_API LocaleConstant GetLocaleByName(std::string const& name);
constexpr inline bool IsValidLocale(LocaleConstant locale)
{
- return locale < TOTAL_LOCALES&& locale != LOCALE_none;
+ return locale < TOTAL_LOCALES && locale != LOCALE_none;
}
#pragma pack(push, 1)