summaryrefslogtreecommitdiff
path: root/toxcore/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.c')
-rw-r--r--toxcore/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.c b/toxcore/network.c
index 35b55bf1..e2e0bff4 100644
--- a/toxcore/network.c
+++ b/toxcore/network.c
@@ -435,7 +435,7 @@ int networking_wait_cleanup(Networking_Core *net, uint8_t *data)
435 if (s->send_fail_reset) { 435 if (s->send_fail_reset) {
436 net->send_fail_eagain = 0; 436 net->send_fail_eagain = 0;
437 } 437 }
438 438
439 return 1; 439 return 1;
440} 440}
441 441