Small code style fix.

This commit is contained in:
Andreas 2013-01-28 14:40:04 +01:00
parent fcc0da554b
commit cf47331cf8
1 changed files with 5 additions and 5 deletions

View File

@ -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();