make rk_SOCK_EXIT a statment to avoid warnings

This commit is contained in:
Love Hornquist Astrand
2010-01-08 13:08:24 +01:00
parent c24a7d2d80
commit f6e0d19cc0

View File

@@ -92,7 +92,7 @@ typedef int rk_socket_t;
#define rk_INVALID_SOCKET (-1)
#define rk_SOCK_INIT() 0
#define rk_SOCK_EXIT() 0
#define rk_SOCK_EXIT() do { } while(0)
#endif