From 666e46bb1dde37a51dd97799a78f17f3b3484fe1 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Tue, 29 Apr 2014 08:50:08 +0800 Subject: [PATCH] fix #68 --- src/win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32.h b/src/win32.h index c69accad..91c50f2b 100644 --- a/src/win32.h +++ b/src/win32.h @@ -36,4 +36,4 @@ size_t strnlen(const char *s, size_t maxlen); int setnonblocking(int fd); const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); -#endif \ No newline at end of file +#endif