summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-19 16:13:23 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-19 16:13:23 -0700
commit0e18966a2703d67ac4647832fca595286d8e3568 (patch)
tree42920a5c4c26df8cd0afe72944250920008d257e /auto_tests
parent83d4857f080f6393ada976f3151bce5db2f96e23 (diff)
Make Typing change callback stateless
Moved a few #defines to the top of the header for better readability
Diffstat (limited to 'auto_tests')
-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) {