summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8fe1de86..8f04122c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -985,6 +985,9 @@ static void reconnectAccount(const std::string &passToken)
#endif
+
+extern "C" char const *_nl_locale_name_default(void);
+
static void initInternationalization()
{
#if ENABLE_NLS
@@ -1017,8 +1020,6 @@ static void initXML()
xmlSetGenericErrorFunc(NULL, xmlNullLogger);
}
-extern "C" char const *_nl_locale_name_default(void);
-
/** Main */
int main(int argc, char *argv[])
{
@@ -1207,7 +1208,7 @@ int main(int argc, char *argv[])
{
state = STATE_ERROR;
- if (!network->getError().empty())
+ if (!network->getError().empty())
errorMessage = network->getError();
else
errorMessage = _("Got disconnected from server!");