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:
authorDaniel Molkentin <danimo@owncloud.com>2013-12-03 19:24:17 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-12-03 19:24:17 +0400
commit62ec7aa9c5aa3b16a7bcf868f5d523de47279b28 (patch)
treee94cb5806bd043418324bedf6495054be43a081a /src/main.cpp
parent99fc570267067dd468830c6f208da4925b9aa7c6 (diff)
Add file forgotten in last commit
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 757295559..33890726d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char **argv)
Mirall::Application app(argc, argv);
app.initialize();
-#ifndef Q_OS_WIN32
+#ifndef Q_OS_WIN
signal(SIGPIPE, SIG_IGN);
#endif
if( app.giveHelp() ) {