diff options
Diffstat (limited to 'pthread_condattr_init.c')
-rw-r--r-- | pthread_condattr_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_condattr_init.c b/pthread_condattr_init.c index ae3bf85..eb651fd 100644 --- a/pthread_condattr_init.c +++ b/pthread_condattr_init.c @@ -84,4 +84,4 @@ pthread_condattr_init (pthread_condattr_t * attr) return result; -} /* pthread_condattr_init */ +} /* pthread_condattr_init */ |