summaryrefslogtreecommitdiff
path: root/auto_tests/tox_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_test.c')
-rw-r--r--auto_tests/tox_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/tox_test.c b/auto_tests/tox_test.c
index 2146bdcf..6bd619c3 100644
--- a/auto_tests/tox_test.c
+++ b/auto_tests/tox_test.c
@@ -583,7 +583,7 @@ START_TEST(test_few_clients)
583 ck_assert_msg(memcmp(temp_status_m, "Installing Gentoo", sizeof("Installing Gentoo")) == 0, 583 ck_assert_msg(memcmp(temp_status_m, "Installing Gentoo", sizeof("Installing Gentoo")) == 0,
584 "status message not correct"); 584 "status message not correct");
585 585
586 tox_callback_friend_typing(tox2, &print_typingchange, &to_compare); 586 tox_callback_friend_typing(tox2, &print_typingchange);
587 tox_self_set_typing(tox3, 0, 1, 0); 587 tox_self_set_typing(tox3, 0, 1, 0);
588 588
589 while (1) { 589 while (1) {