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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index e89a6823..94183421 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -176,6 +176,8 @@ static void *call_thread(void *pd)
176 176
177 printf("Closing thread\n"); 177 printf("Closing thread\n");
178 pthread_exit(nullptr); 178 pthread_exit(nullptr);
179
180 return nullptr;
179} 181}
180 182
181static void test_av_three_calls(void) 183static void test_av_three_calls(void)