mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 05:23:01 +01:00
Fix comment
This commit is contained in:
parent
a5a1f6015d
commit
846bc4613e
@ -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.
|
||||
* Index must be equivalent to the friend's friendlist index.
|
||||
* Deletes a call structure from the Calls list. Called when a friend is deleted from the friends list.
|
||||
* Index must be equivalent to the size of the Calls list.
|
||||
*/
|
||||
void del_friend_AV(uint32_t index)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user