mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:13:02 +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.
|
* 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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user