summaryrefslogtreecommitdiff
path: root/toxcore/assoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/assoc.c')
-rw-r--r--toxcore/assoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/assoc.c b/toxcore/assoc.c
index df84fff5..3653a8d4 100644
--- a/toxcore/assoc.c
+++ b/toxcore/assoc.c
@@ -196,7 +196,7 @@ static void dist_index_bubble(Assoc *assoc, uint64_t *dist_list, size_t first, s
196 } 196 }
197} 197}
198 198
199/* TODO: Check that there isn't a function like this elsewhere hidden. 199/* TODO(irungentoo): Check that there isn't a function like this elsewhere hidden.
200 * E.g. the one which creates a handshake_id isn't usable for this, it must 200 * E.g. the one which creates a handshake_id isn't usable for this, it must
201 * always map the same ID to the same hash. 201 * always map the same ID to the same hash.
202 * 202 *