summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authorerdgeist <>2009-01-01 17:44:04 +0000
committererdgeist <>2009-01-01 17:44:04 +0000
commit5c99e50e2512ef277da30d3a7c41c0b00ee1c7a7 (patch)
treee96345db01dad114d2533250b8456c1dfd5857db /opentracker.c
parent3ee8991200dcef06520b9f022de784eb1089d40a (diff)
minoe white space
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index 1e996d9..61acd3f 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -222,7 +222,7 @@ static void server_mainloop( ) {
222} 222}
223 223
224static int64_t ot_try_bind( char ip[4], uint16_t port, PROTO_FLAG proto ) { 224static int64_t ot_try_bind( char ip[4], uint16_t port, PROTO_FLAG proto ) {
225 int64 s = proto == FLAG_TCP ? socket_tcp4( ) : socket_udp4(); 225 int64 s = proto == FLAG_TCP ? socket_tcp4( ) : socket_udp4( );
226 226
227#ifdef _DEBUG 227#ifdef _DEBUG
228 char *protos[] = {"TCP","UDP","UDP mcast"}; 228 char *protos[] = {"TCP","UDP","UDP mcast"};