Navigation Menu

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

Commit

Permalink
windows: small style fix in uv-win.h
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Aug 16, 2012
1 parent 938a305 commit 7cf1b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uv-private/uv-win.h
Expand Up @@ -370,7 +370,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);

#define UV_PIPE_PRIVATE_FIELDS \
HANDLE handle; \
WCHAR* name; \
WCHAR* name; \
union { \
struct { uv_pipe_server_fields }; \
struct { uv_pipe_connection_fields }; \
Expand Down

0 comments on commit 7cf1b67

Please sign in to comment.