From 7c0c461e415781bdb142614f95a4af1457d6fc8f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 27 Nov 2001 13:02:55 -0500 Subject: [svn-r4646] Purpose: Bug fix Description: Fix typo which caused thread-safe tests to fail over the weekend. Platforms tested: IRIX64 6.5 (modi4) with thread-safe code enabled. --- src/H5private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ \ -- cgit v0.12