From 846bc4613e8a4125a249babc1cfd7dda4b92f2b1 Mon Sep 17 00:00:00 2001 From: jfreegman Date: Mon, 20 Nov 2017 07:07:24 -0500 Subject: [PATCH] Fix comment --- src/audio_call.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {