summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 43572eff..14f01373 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2175,9 +2175,9 @@ int get_friendlist(Messenger *m, int **out_list, uint32_t *out_list_length)
2175 return 0; 2175 return 0;
2176} 2176}
2177 2177
2178/* Return the number of chat in the instance m. 2178/* Return the number of chats in the instance m.
2179 * You should use this to determine how much memory to allocate 2179 * You should use this to determine how much memory to allocate
2180 * for copy_grouplist. */ 2180 * for copy_chatlist. */
2181uint32_t count_chatlist(Messenger *m) 2181uint32_t count_chatlist(Messenger *m)
2182{ 2182{
2183 uint32_t ret = 0; 2183 uint32_t ret = 0;