]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/sockets.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / sockets.h
index 434a3699899d17b5dbf4cd2c8b9c2485374cb1a4..2ab62647c1d899c8bb9f1ab6b0ef2db83d56d8ac 100644 (file)
@@ -9,6 +9,6 @@
 // -1: error
 // 0: timeout
 // 1: ready
-int Net_Wait( socket_t *sock, long sec, long usec );
+int Net_Wait(socket_t *sock, long sec, long usec);
 
 #endif