summaryrefslogtreecommitdiff
path: root/src/net/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/udp.c')
-rw-r--r--src/net/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/udp.c b/src/net/udp.c
index 292a0db..b8675c7 100644
--- a/src/net/udp.c
+++ b/src/net/udp.c
@@ -55,7 +55,7 @@ void sock_udp_destroy(sock_udp_t *p)
sock_udp_t *sock_udp_bind(char *address, int port)
{
sock_udp_t *new;
- ret = -1; /* no warnings */
+ int res = -1; /* no warnings */
assert(port > 0 && port < 65535);