src/network/core/os_abstraction.h
branchcpp_gui
changeset 6308 646711c5feaa
parent 6268 4b5241e5dd10
child 6871 5a9dc001e1ad
--- a/src/network/core/os_abstraction.h	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/network/core/os_abstraction.h	Sat Apr 21 08:23:57 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;