summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
authornotsecure <notsecure@marek.ca>2014-05-19 19:28:20 -0400
committernotsecure <notsecure@marek.ca>2014-05-19 19:28:20 -0400
commit403ab7c2abaa28ef38d19c9a4fe39dc9d3f4381f (patch)
tree6191c159c02e272d5471de4b59a18f2a572a87b2 /toxcore/Messenger.c
parent1b0a810a65bbf1e750b92e41dd44b82fae48538b (diff)
misplaced bracket
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 1d2c1310..1e6e6c06 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2183,7 +2183,7 @@ static int handle_packet(void *object, int i, uint8_t *temp, uint16_t len)
2183 Node_format nodes[MAX_SHARED_RELAYS]; 2183 Node_format nodes[MAX_SHARED_RELAYS];
2184 int n; 2184 int n;
2185 2185
2186 if ((n = unpack_nodes(nodes, MAX_SHARED_RELAYS, NULL, data, data_length, 1) == -1)) 2186 if ((n = unpack_nodes(nodes, MAX_SHARED_RELAYS, NULL, data, data_length, 1)) == -1)
2187 break; 2187 break;
2188 2188
2189 int i; 2189 int i;