mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:33:03 +01:00
fix
This commit is contained in:
parent
f67cc479ec
commit
ca1644c23b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user