]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed a var name
authorGuilhem Lavaux <lavaux@easynet.fr>
Mon, 2 Aug 1999 19:00:00 +0000 (19:00 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Mon, 2 Aug 1999 19:00:00 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.c

index fc299be606bc9e21886407da2773f91a374a0644..aa3f28ae855141d06b00356e161d24eb7d471efd 100644 (file)
@@ -487,7 +487,7 @@ bool GSocket_DataAvailable(GSocket *socket)
   GSocket_SetNonBlocking() puts the socket in non-blocking mode. This is useful
   if we don't want to wait.
 */
-void GSocket_SetNonBlocking(GSocket *socket, bool block)
+void GSocket_SetNonBlocking(GSocket *socket, bool non_block)
 {
   assert(socket != NULL);