From b74fcbb00621b09033c1bb3bcd428102c12a7914 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 15 May 2012 23:49:42 +0200 Subject: [PATCH] Windows: add missing semicolon --- src/win/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/pipe.c b/src/win/pipe.c index ce9072c22a..2b48e38f85 100644 --- a/src/win/pipe.c +++ b/src/win/pipe.c @@ -1529,7 +1529,7 @@ void uv_process_pipe_connect_req(uv_loop_t* loop, uv_pipe_t* handle, uv_connect_t* req) { assert(handle->type == UV_NAMED_PIPE); - UNREGISTER_HANDLE_REQ(loop, handle, req) + UNREGISTER_HANDLE_REQ(loop, handle, req); if (req->cb) { if (REQ_SUCCESS(req)) {