diff options
Diffstat (limited to 'libevent/WIN32-Code/misc.c')
| -rw-r--r-- | libevent/WIN32-Code/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevent/WIN32-Code/misc.c b/libevent/WIN32-Code/misc.c index 6f63ddf..bdebc3a 100644 --- a/libevent/WIN32-Code/misc.c +++ b/libevent/WIN32-Code/misc.c @@ -88,4 +88,4 @@ socketpair(int d, int type, int protocol, int *sv) sv[1] = (int)fd; return (0); -} \ No newline at end of file +} |