From 72938b640199d03d6092366224d3927d5d2a33b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Jul 2014 13:49:25 +0300 Subject: Fix code style. --- src/net/sdltcpnet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net') diff --git a/src/net/sdltcpnet.cpp b/src/net/sdltcpnet.cpp index d42b533c4..2bbb9837a 100644 --- a/src/net/sdltcpnet.cpp +++ b/src/net/sdltcpnet.cpp @@ -90,8 +90,8 @@ TcpNet::Socket TcpNet::open(IPaddress *const ip) { const TcpNet::Socket sock = SDLNet_TCP_Open(ip); #if !defined(__native_client__) \ - || defined(TCP_THIN_LINEAR_TIMEOUTS) \ - || defined(TCP_THIN_DUPACK) + && (defined(TCP_THIN_LINEAR_TIMEOUTS) \ + || defined(TCP_THIN_DUPACK)) if (sock && ip) { const TCPsocketHack *const hack -- cgit v1.2.3-60-g2f50