Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2013-11-20 17:59:58 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-11-20 17:59:58 +0400
commit97c661c909c62f73ffe3c3cc2fb4387a8f654cbe (patch)
tree93d6bfdcde88780fad4590bc5b9e0f9949541309 /src/main.cpp
parent2767e7084ad1e21259998490cfeaecad2958c25c (diff)
Cleanups
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a8ebbfb94..757295559 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,9 +36,9 @@ int main(int argc, char **argv)
Mirall::Application app(argc, argv);
app.initialize();
-
+#ifndef Q_OS_WIN32
signal(SIGPIPE, SIG_IGN);
-
+#endif
if( app.giveHelp() ) {
app.showHelp();
return 0;