diff options
Diffstat (limited to 'zen/socket.h')
-rw-r--r-- | zen/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/socket.h b/zen/socket.h index f1d26450..62386801 100644 --- a/zen/socket.h +++ b/zen/socket.h @@ -145,7 +145,6 @@ void shutdownSocketSend(SocketType socket) //throw SysError if (::shutdown(socket, SHUT_WR) != 0) THROW_LAST_SYS_ERROR_WSA("shutdown"); } - } #endif //SOCKET_H_23498325972583947678456437 |