diff options
Diffstat (limited to 'src/win/loop-watcher.c')
-rw-r--r-- | src/win/loop-watcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/loop-watcher.c b/src/win/loop-watcher.c index 20e4509..ad7fbea 100644 --- a/src/win/loop-watcher.c +++ b/src/win/loop-watcher.c @@ -27,7 +27,7 @@ void uv_loop_watcher_endgame(uv_loop_t* loop, uv_handle_t* handle) { - if (handle->flags & UV__HANDLE_CLOSING) { + if (handle->flags & UV_HANDLE_CLOSING) { assert(!(handle->flags & UV_HANDLE_CLOSED)); handle->flags |= UV_HANDLE_CLOSED; uv__handle_close(handle); |