]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing end of comment
authorJulian Smart <julian@anthemion.co.uk>
Mon, 19 Sep 2005 15:18:27 +0000 (15:18 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 19 Sep 2005 15:18:27 +0000 (15:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.cpp

index 862e94c98992c17add9abbcd1eb99e65af50dd41..becd67f59cfce20df21579175bf0860b66d7dbe3 100644 (file)
@@ -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);