src/network/core/os_abstraction.h
changeset 6491 00dc414c909d
parent 6121 2aae24b0881f
child 7927 3a3289a049f9
--- a/src/network/core/os_abstraction.h	Wed Apr 18 18:37:40 2007 +0000
+++ b/src/network/core/os_abstraction.h	Wed Apr 18 22:10:36 2007 +0000
@@ -161,7 +161,7 @@
 /* Make the names compatible */
 #	define closesocket(s) CloseSocket(s)
 #	define GET_LAST_ERROR() Errno()
-#	define ioctlsocket(s,request,status) IoctlSocket((LONG)s,(ULONG)request,(char*)status)
+#	define ioctlsocket(s, request, status) IoctlSocket((LONG)s, (ULONG)request, (char*)status)
 #	define ioctl ioctlsocket
 
 	typedef unsigned int in_addr_t;