windows: fix fall-through bug in init_child_stdio()

This commit is contained in:
Bert Belder 2012-06-02 21:05:06 +02:00
parent d21fc6c333
commit 619686e9e9

View File

@ -1077,6 +1077,7 @@ static int init_child_stdio(uv_loop_t* loop, uv_process_options_t* options,
CHILD_STDIO_HANDLE(buffer, i) = child_handle;
CHILD_STDIO_CRT_FLAGS(buffer, i) = crt_flags;
break;
}
default: