diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-27 18:02:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-27 18:02:55 (GMT) |
commit | 7c0c461e415781bdb142614f95a4af1457d6fc8f (patch) | |
tree | 5ece18ccd61b9630237938c6a46397041d7b3d35 /src/H5private.h | |
parent | 233ef182accb64bad259c6c5971e1daaf5585253 (diff) | |
download | hdf5-7c0c461e415781bdb142614f95a4af1457d6fc8f.zip hdf5-7c0c461e415781bdb142614f95a4af1457d6fc8f.tar.gz hdf5-7c0c461e415781bdb142614f95a4af1457d6fc8f.tar.bz2 |
[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.
Diffstat (limited to 'src/H5private.h')
-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 \ \ |