From 672892cc0ed458b30ad60b02e38c92c680468800 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Tue, 19 Jan 2021 16:42:38 -0800 Subject: Fixes a wayward parenthesis in H5TS.c (#262) --- src/H5TS.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/H5TS.c b/src/H5TS.c index 732f41c..fb97ee0 100644 --- a/src/H5TS.c +++ b/src/H5TS.c @@ -405,7 +405,8 @@ H5TS__mutex_acquire(H5TS_mutex_t *mutex, unsigned int lock_count, hbool_t *acqui *-------------------------------------------------------------------------- */ herr_t -H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired){ +H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired) +{ FUNC_ENTER_API_NAMECHECK_ONLY /*NO TRACE*/ -- cgit v0.12