Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed May 31, 2012
1 parent 0c727fd commit aecddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/pipe.c
Expand Up @@ -164,7 +164,7 @@ int uv_stdio_pipe_server(uv_loop_t* loop, uv_pipe_t* handle, DWORD access,
int err;
char* ptr = (char*)handle;

while (TRUE) {
for (;;) {
uv_unique_pipe_name(ptr, name, nameSize);

pipeHandle = CreateNamedPipeA(name,
Expand Down

0 comments on commit aecddfe

Please sign in to comment.