[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.
This commit is contained in:
Quincey Koziol 2001-11-27 13:02:55 -05:00
parent 233ef182ac
commit 7c0c461e41

View File

@ -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 \
\