From b0c9a5b457c45c7832397219371bc484e4634aae Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 25 Oct 2008 22:24:05 +0200 Subject: Set the default port in the client to 6800 as well --- src/net/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/tcp.c b/src/net/tcp.c index 3737b1f..ca11eb3 100644 --- a/src/net/tcp.c +++ b/src/net/tcp.c @@ -48,7 +48,7 @@ sock_tcp_t *bindTcpSocket(char *address, int port, int proto) assert(port > 0 && port < 65535); new = newSockTcp(proto); - ret = -1; // no Warnnings + ret = -1; // no Warnings assert(new != NULL); -- cgit v1.2.3