1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:17:46 +02:00
This commit is contained in:
Jfreegman 2013-12-01 17:08:57 -05:00
parent f67cc479ec
commit ca1644c23b

View File

@ -55,7 +55,7 @@ void prompt_update_connectionstatus(ToxWindow *prompt, bool is_connected)
static int add_friend_request(uint8_t *public_key)
{
if (num_frnd_requests >= MAX_FRIENDS_NUM)
return;
return -1;
int i;