diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -686,7 +686,7 @@ struct ptw32_cleanup_t { if ( executeIt && ((void *) cleanUpRout != NULL) ) { - (void) (*cleanUpRout)( obj ); + (void) (*cleanUpRout)( obj ); } } |