diff options
Diffstat (limited to 'tests/create3.c')
-rw-r--r-- | tests/create3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create3.c b/tests/create3.c index 530a2f1..98bd520 100644 --- a/tests/create3.c +++ b/tests/create3.c @@ -92,7 +92,7 @@ threadFunc(void * arg) } int -main(int argc, char argv[]) +main(int argc, char * argv[]) { int i; pthread_t mt; |