summaryrefslogtreecommitdiff
path: root/src/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.c')
-rw-r--r--src/udp.c1
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;
}