summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/pbd/pbd.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/pbd.cc b/libs/pbd/pbd.cc
index 0d78db1d37..17d1588788 100644
--- a/libs/pbd/pbd.cc
+++ b/libs/pbd/pbd.cc
@@ -81,8 +81,9 @@ PBD::init ()
if (WSAStartup(MAKEWORD(1,1),&wsaData) != 0) {
fatal << "Windows socket initialization failed with error: " << WSAGetLastError() << endmsg;
+ abort();
/*NOTREACHED*/
- return;
+ return false;
}
#endif