1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 15:37:46 +02:00

Fix comment

This commit is contained in:
jfreegman 2017-11-20 07:07:24 -05:00
parent a5a1f6015d
commit 846bc4613e
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -934,8 +934,8 @@ void init_friend_AV(uint32_t index)
} }
/** /**
* Deletes the call structure for a given friend. Called when a friend is deleted from the friends list. * Deletes a call structure from the Calls list. Called when a friend is deleted from the friends list.
* Index must be equivalent to the friend's friendlist index. * Index must be equivalent to the size of the Calls list.
*/ */
void del_friend_AV(uint32_t index) void del_friend_AV(uint32_t index)
{ {