summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index e3dd5a42..bdb5445b 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -200,7 +200,7 @@ static void *call_thread(void *pd)
200 free(video_u); 200 free(video_u);
201 free(video_v); 201 free(video_v);
202 202
203 printf ("Closing thread\n"); 203 printf("Closing thread\n");
204 pthread_exit(NULL); 204 pthread_exit(NULL);
205} 205}
206 206
@@ -326,7 +326,7 @@ START_TEST(test_AV_three_calls)
326 (void) pthread_join(tids[1], NULL); 326 (void) pthread_join(tids[1], NULL);
327 (void) pthread_join(tids[2], NULL); 327 (void) pthread_join(tids[2], NULL);
328 328
329 printf ("Killing all instances\n"); 329 printf("Killing all instances\n");
330 toxav_kill(BobsAV[0]); 330 toxav_kill(BobsAV[0]);
331 toxav_kill(BobsAV[1]); 331 toxav_kill(BobsAV[1]);
332 toxav_kill(BobsAV[2]); 332 toxav_kill(BobsAV[2]);