index
:
tuxanci2.git
master
mob
A First Person Shooter
Connor Thomson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
udp.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/udp.c')
-rw-r--r--
src/udp.c
1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udp.c b/src/udp.c
index 0f86dc6..ee8a216 100644
--- a/
src/udp.c
+++ b/
src/udp.c
@@ -62,7 +62,6 @@ sock_udp_t* bindUdpSocket(int port)
return NULL;
}
-
return new;
}