Changed a var name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-08-02 19:00:00 +00:00
parent e00f35bb06
commit 9bb2eb9fd6

View 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);