From cf47331cf8d0cf5361dbd5e92fe538d8804fdb26 Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 28 Jan 2013 14:40:04 +0100 Subject: [PATCH] Small code style fix. --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 463db7572..c08151244 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -406,11 +406,11 @@ int main(int argc, char *argv[]) { qtsparkle::LoadTranslations(language); #endif - #ifndef Q_OS_WIN32 - // This is needed to prevent SIGPIPE Errors, which occur under some - // circumstances in RemoteClient. They cause a program termination. - signal(SIGPIPE, SIG_IGN); - #endif +#ifndef Q_OS_WIN32 + // This is needed to prevent SIGPIPE Errors, which occur under some + // circumstances in RemoteClient. They cause a program termination. + signal(SIGPIPE, SIG_IGN); +#endif // Icons IconLoader::Init();