summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/nTox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index ba7c2399..5e70e728 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -1293,7 +1293,7 @@ int main(int argc, char *argv[])
1293 tox_callback_friend_request(m, print_request, NULL); 1293 tox_callback_friend_request(m, print_request, NULL);
1294 tox_callback_friend_message(m, print_message, NULL); 1294 tox_callback_friend_message(m, print_message, NULL);
1295 tox_callback_friend_name(m, print_nickchange); 1295 tox_callback_friend_name(m, print_nickchange);
1296 tox_callback_friend_status_message(m, print_statuschange, NULL); 1296 tox_callback_friend_status_message(m, print_statuschange);
1297 tox_callback_group_invite(m, print_invite, NULL); 1297 tox_callback_group_invite(m, print_invite, NULL);
1298 tox_callback_group_message(m, print_groupmessage, NULL); 1298 tox_callback_group_message(m, print_groupmessage, NULL);
1299 tox_callback_file_recv_chunk(m, write_file, NULL); 1299 tox_callback_file_recv_chunk(m, write_file, NULL);