summaryrefslogtreecommitdiffstats
path: root/tcp.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2008-12-19 12:14:26 +0000
committerkraxel <kraxel>2008-12-19 12:14:26 +0000
commit4e3879ffa3bf5ed035cdc5a7ff0a0c849ed712ad (patch)
treebd5d0a900b8c780cfaf69fb2bbf3929b01e7cda1 /tcp.c
parent214d77f835389fec487c92fbf7ce82339f5ec4de (diff)
downloadamtterm-4e3879ffa3bf5ed035cdc5a7ff0a0c849ed712ad.tar.gz
- tailing whitespace fixups.
- added logging capability (cmd line only, GUI windup TBD).
Diffstat (limited to 'tcp.c')
-rw-r--r--tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp.c b/tcp.c
index aec2647..722abd8 100644
--- a/tcp.c
+++ b/tcp.c
@@ -128,7 +128,7 @@ int tcp_listen(struct addrinfo *ai, char *addr, char *port)
char uaddr[INET6_ADDRSTRLEN+1];
char uport[33];
int slisten,rc,opt=1;
-
+
/* lookup */
ai->ai_flags = AI_PASSIVE;
if (0 != (rc = getaddrinfo(addr, port, ai, &res))) {