From a316d537dce50f4b4e1e10f5c26a7851baddbd8b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Aug 2012 18:29:30 +0300 Subject: Small style changes. Also fix overloaded methods visibility. --- src/client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 13226055a..8a8fcd06c 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -317,7 +317,7 @@ void Client::gameInit() storeSafeParameters(); -#if ENABLE_NLS +#ifdef ENABLE_NLS std::string lang = config.getValue("lang", ""); #ifdef WIN32 if (lang.empty()) @@ -812,7 +812,6 @@ int Client::testsExec() TestLauncher launcher(mOptions.test); return launcher.exec(); } - return 0; } int Client::gameExec() -- cgit v1.2.3-60-g2f50