aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_get_wait.c')
-rw-r--r--src/testcurl/test_get_wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_get_wait.c b/src/testcurl/test_get_wait.c
index 0fc190f9..40fcaf6d 100644
--- a/src/testcurl/test_get_wait.c
+++ b/src/testcurl/test_get_wait.c
@@ -189,7 +189,7 @@ testRunWaitGet (int port, int poll_flag)
189 } 189 }
190 190
191 if (0 != pthread_create (&get_tid, NULL, 191 if (0 != pthread_create (&get_tid, NULL,
192 &thread_gets, (void*) (intptr_t) port)) 192 &thread_gets, (void *) (intptr_t) port))
193 _exit (99); 193 _exit (99);
194 194
195 /* As another thread sets "done" flag after ending of network 195 /* As another thread sets "done" flag after ending of network