From a36876368a8e678fdc3af48c4897700020a03651 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 19 Sep 2005 15:18:27 +0000 Subject: [PATCH] Missing end of comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index 862e94c989..becd67f59c 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -722,7 +722,8 @@ GSocketError GSocket::Connect(GSocketStream stream) * connection _if_ blocking sockets are being used. * If connect above returns 0, we are already connected and need to make the * call to Enable_Events now. - + */ + if (m_non_blocking || ret == 0) { gs_gui_functions->Enable_Events(this); -- 2.45.2