summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorbenwaffle <iofelben@gmail.com>2014-01-20 00:27:01 -0500
committerbenwaffle <iofelben@gmail.com>2014-01-20 00:27:01 -0500
commit0a9377d526326a4ef4d98bb0b2ac35c6b3e67db9 (patch)
treea58700e0c048cd22d46ae339116ad6ccf6166ff9 /toxcore
parent49d2d7f56ea5d14c47da60d83e827b790b287919 (diff)
Update network.c
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/network.c2
1 files changed, 1 insertions, 1 deletions
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)
394 s->send_fail_reset = 1; 394 s->send_fail_reset = 1;
395 395
396 return res > 0 ? 1 : 0; 396 return res > 0 ? 1 : 0;
397}; 397}
398 398
399void networking_wait_cleanup(Networking_Core *net, uint8_t *data, uint16_t len) 399void networking_wait_cleanup(Networking_Core *net, uint8_t *data, uint16_t len)
400{ 400{