windows: fix typo
This commit is contained in:
parent
b055538d09
commit
b2341e7709
@ -244,7 +244,7 @@ int uv_is_writable(const uv_stream_t* handle) {
|
||||
|
||||
|
||||
int uv_stream_set_blocking(uv_stream_t* handle, int blocking) {
|
||||
if (stream->type != UV_NAMED_PIPE)
|
||||
if (handle->type != UV_NAMED_PIPE)
|
||||
return UV_EINVAL;
|
||||
|
||||
if (blocking != 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user