From 0a9377d526326a4ef4d98bb0b2ac35c6b3e67db9 Mon Sep 17 00:00:00 2001 From: benwaffle Date: Mon, 20 Jan 2014 00:27:01 -0500 Subject: [PATCH] Update network.c --- toxcore/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/network.c b/toxcore/network.c index 28bacc10..08fb71c7 100644 --- a/toxcore/network.c +++ b/toxcore/network.c @@ -394,7 +394,7 @@ int networking_wait_execute(uint8_t *data, uint16_t len, uint16_t milliseconds) s->send_fail_reset = 1; return res > 0 ? 1 : 0; -}; +} void networking_wait_cleanup(Networking_Core *net, uint8_t *data, uint16_t len) {