From: Guilhem Lavaux Date: Mon, 2 Aug 1999 19:00:00 +0000 (+0000) Subject: Changed a var name X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9bb2eb9fd64a4ef7462757c6d27db0e491c6afb9 Changed a var name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index fc299be606..aa3f28ae85 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -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);