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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user