Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 20, 2023
1 parent 6f34b3b commit 925d1b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_tests/tox_local_lan_only_test_01.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ int main(void)
set_cb(tox1, tox2);

tox_iterate(tox1, (void *)&num1);
tox_iterate(tox2, (void *)&num1);
tox_iterate(tox2, (void *)&num2);

// ----------- wait for friends to come online -----------
Tox_Err_Friend_Add err1;
Expand All @@ -584,6 +584,7 @@ int main(void)
usleep(120000 * 1000);
dbg(9, "[%d]:sleep done\n", 0);
dbg(9, "[%d]:FFFFFFFFFFFFFF friends should be offline\n", 0);
dbg(9, "[%d]:f conn status: %d %d\n", 0, f_online[1], f_online[2]);

// ----------- wait for friends to come online again -----------
while (1 == 1) {
Expand Down

0 comments on commit 925d1b1

Please sign in to comment.