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

Commit

Permalink
include: remove stray backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Apr 18, 2012
1 parent ab3b307 commit feafcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uv.h
Expand Up @@ -1059,7 +1059,7 @@ UV_EXTERN void uv_ares_destroy(uv_loop_t*, ares_channel channel);
struct uv_getaddrinfo_s {
UV_REQ_FIELDS
/* read-only */
uv_loop_t* loop; \
uv_loop_t* loop;
UV_GETADDRINFO_PRIVATE_FIELDS
};

Expand Down

0 comments on commit feafcdb

Please sign in to comment.