summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 504a12af..d9bc2bfe 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -141,7 +141,7 @@ typedef union {
141 uint8_t uint8[8]; 141 uint8_t uint8[8];
142} IP4_Port; 142} IP4_Port;
143 143
144typedef struct { 144typedef struct IP_Port {
145 IP ip; 145 IP ip;
146 uint16_t port; 146 uint16_t port;
147} IP_Port; 147} IP_Port;