include: remove stray backslash

This commit is contained in:
Ben Noordhuis 2012-04-18 23:06:01 +02:00
parent ab3b307df3
commit feafcdbf5f

View File

@ -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
};