diff --git a/src/audio_call.c b/src/audio_call.c index abef6a6..4206b9a 100644 --- a/src/audio_call.c +++ b/src/audio_call.c @@ -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) {