WOW
[tedtools.git] / udp.c
diff --git a/udp.c b/udp.c
index c98d4a1..8450502 100644 (file)
--- a/udp.c
+++ b/udp.c
@@ -41,7 +41,7 @@
 int 
 TC_AcceptUdp(char *host, int port) {
        struct sockaddr_in serv_addr;
-       int sockfd, flags;
+       int    sockfd, flags;
 
        if ( (sockfd = socket(AF_INET, SOCK_DGRAM, 0)) < 0)
                tlog(TL_CRIT|TL_EXIT, "udp socket %s", strerror(errno));