From 25081c44e66ec1135d5c375b2e4bd0fe4e488ec6 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 23 Aug 2017 14:40:41 +0300 Subject: more understandable error description --- protocols/Tox/include/toxav.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/include/toxav.h') diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h index 2a8b90fa5e..ac6766145c 100644 --- a/protocols/Tox/include/toxav.h +++ b/protocols/Tox/include/toxav.h @@ -192,7 +192,7 @@ typedef enum TOXAV_ERR_CALL { TOXAV_ERR_CALL_SYNC, /** - * The friend number did not designate a valid friend. + * The friend ID did not designate a valid friend. */ TOXAV_ERR_CALL_FRIEND_NOT_FOUND, @@ -268,7 +268,7 @@ typedef enum TOXAV_ERR_ANSWER { TOXAV_ERR_ANSWER_CODEC_INITIALIZATION, /** - * The friend number did not designate a valid friend. + * The friend ID did not designate a valid friend. */ TOXAV_ERR_ANSWER_FRIEND_NOT_FOUND, -- cgit v1.2.3