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 e8787127..22ee4202 100644
--- a/toxcore/network.c
+++ b/toxcore/network.c
@@ -813,7 +813,7 @@ void ipport_copy(IP_Port *target, const IP_Port *source)
813 return; 813 return;
814 814
815 memcpy(target, source, sizeof(IP_Port)); 815 memcpy(target, source, sizeof(IP_Port));
816}; 816}
817 817
818/* ip_ntoa 818/* ip_ntoa
819 * converts ip into a string 819 * converts ip into a string