diff options
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r-- | toxcore/Messenger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 1e463e36..3b99b3cf 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h | |||
@@ -635,7 +635,7 @@ int get_friendlist(Messenger *m, int **out_list, uint32_t *out_list_length); | |||
635 | 635 | ||
636 | /* Return the number of chats in the instance m. | 636 | /* Return the number of chats in the instance m. |
637 | * You should use this to determine how much memory to allocate | 637 | * You should use this to determine how much memory to allocate |
638 | * for copy_grouplist. */ | 638 | * for copy_chatlist. */ |
639 | uint32_t count_chatlist(Messenger *m); | 639 | uint32_t count_chatlist(Messenger *m); |
640 | 640 | ||
641 | /* Copy a list of valid chat IDs into the array out_list. | 641 | /* Copy a list of valid chat IDs into the array out_list. |