summaryrefslogtreecommitdiff
path: root/toxcore/friend_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/friend_connection.h')
-rw-r--r--toxcore/friend_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/friend_connection.h b/toxcore/friend_connection.h
index df017c1f..4bc5250a 100644
--- a/toxcore/friend_connection.h
+++ b/toxcore/friend_connection.h
@@ -96,7 +96,7 @@ typedef struct {
96 Node_format tcp_relays[FRIEND_MAX_STORED_TCP_RELAYS]; 96 Node_format tcp_relays[FRIEND_MAX_STORED_TCP_RELAYS];
97 uint16_t tcp_relay_counter; 97 uint16_t tcp_relay_counter;
98 98
99 _Bool hosting_tcp_relay; 99 bool hosting_tcp_relay;
100} Friend_Conn; 100} Friend_Conn;
101 101
102 102