summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 685341ad..32850944 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -81,9 +81,9 @@
81 81
82 82
83typedef union { 83typedef union {
84 uint8_t c[4]; 84 uint8_t uint8[4];
85 uint16_t s[2]; 85 uint16_t uint16[2];
86 uint32_t i; 86 uint32_t uint32;
87} IP; 87} IP;
88 88
89typedef union { 89typedef union {