win: add missing break statement
PR-URL: https://github.com/libuv/libuv/pull/1120 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
668d24d88e
commit
d9d207774e
@ -372,6 +372,7 @@ int uv__stdio_create(uv_loop_t* loop,
|
||||
|
||||
case FILE_TYPE_PIPE:
|
||||
CHILD_STDIO_CRT_FLAGS(buffer, i) = FOPEN | FPIPE;
|
||||
break;
|
||||
|
||||
case FILE_TYPE_CHAR:
|
||||
case FILE_TYPE_REMOTE:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user