diff options
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index dc15faa..672098a 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -1030,7 +1030,7 @@ extern hbool_t H5_libinit_g; /* Has the library been initialized? */ PABLO_TRACE_ON (PABLO_MASK, pablo_func_id); \ \ /* Initialize the library */ \ - H5_FIRST_THREAD_INIT \ + H5_FIRST_THREAD_INIT; \ H5_API_UNSET_CANCEL \ H5_API_LOCK_BEGIN \ \ |