summaryrefslogtreecommitdiff
path: root/src/netsession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/netsession.cpp')
-rw-r--r--src/netsession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netsession.cpp b/src/netsession.cpp
index f4f77214..130b18aa 100644
--- a/src/netsession.cpp
+++ b/src/netsession.cpp
@@ -116,7 +116,7 @@ NetComputer *NetSession::connect(const std::string &host, Uint16 port)
// An asynchroneous wrapper could be created around this method.
IPaddress address;
-
+
if (!SDLNet_ResolveHost(&address, host.c_str(), port))
{
TCPsocket tcpsock = SDLNet_TCP_Open(&address);