1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:27:45 +02:00

small optimization

This commit is contained in:
Jfreegman 2013-11-15 02:26:26 -05:00
parent 3ceba62921
commit c0d4070b96

View File

@ -370,7 +370,7 @@ static void do_file_senders(Tox *m)
int i;
for (i = 0; i < MAX_FILES; ++i) {
for (i = 0; i < num_file_senders; ++i) {
if (!file_senders[i].active)
continue;