mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Comment fix
This commit is contained in:
parent
e990f05817
commit
6a63605501
|
@ -654,7 +654,6 @@ void handle_remote_connection_change(Messenger *messenger, int friend_num, uint8
|
||||||
for ( ; i < session->call->peer_count; i ++ )
|
for ( ; i < session->call->peer_count; i ++ )
|
||||||
if ( session->call->peers[i] == friend_num ) {
|
if ( session->call->peers[i] == friend_num ) {
|
||||||
invoke_callback(MSI_OnPeerTimeout);
|
invoke_callback(MSI_OnPeerTimeout);
|
||||||
/*msi_stopcall(session); /* Stop the call for now */
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user