diff options
Diffstat (limited to 'tests/exception3.c')
-rw-r--r-- | tests/exception3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exception3.c b/tests/exception3.c index 3d9ea86..d3eb364 100644 --- a/tests/exception3.c +++ b/tests/exception3.c @@ -117,7 +117,7 @@ terminateFunction () * through or to MSVC++ code, and vice versa. * Applications should probably not depend on this. */ - pthread_exit((void *) 0)); + pthread_exit((void *) 0); #else /* * Notes from the MSVC++ manual: |