mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 07:46:35 +02:00
small optimization
This commit is contained in:
@ -361,11 +361,13 @@ static void close_file_sender(Tox *m, int i)
|
||||
}
|
||||
|
||||
num_file_senders = j;
|
||||
return;
|
||||
}
|
||||
|
||||
static void do_file_senders(Tox *m)
|
||||
{
|
||||
if (num_file_senders == 0)
|
||||
return;
|
||||
|
||||
int i;
|
||||
|
||||
for (i = 0; i < MAX_FILES; ++i) {
|
||||
|
Reference in New Issue
Block a user