diff options
-rw-r--r-- | toxcore/group_chats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/group_chats.c b/toxcore/group_chats.c index 77fa6acd..949ec53a 100644 --- a/toxcore/group_chats.c +++ b/toxcore/group_chats.c | |||
@@ -469,7 +469,7 @@ static int handle_sendnodes(Group_Chat *chat, IP_Port source, int peernum, const | |||
469 | } | 469 | } |
470 | } | 470 | } |
471 | 471 | ||
472 | int ok = add_closepeer(chat, chat->group[peernum].client_id, source); | 472 | add_closepeer(chat, chat->group[peernum].client_id, source); |
473 | 473 | ||
474 | return 0; | 474 | return 0; |
475 | } | 475 | } |