- fixed typo in socket_win32.c

pull/356/head
Michael Zillgith 4 years ago
parent 00b42f969d
commit 76b4e9ed7b

@ -391,7 +391,7 @@ Socket_bind(Socket self, const char* srcAddress, int srcPort)
self->fd = -1; self->fd = -1;
return false; return false;
] }
return true; return true;
} }

Loading…
Cancel
Save