mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
Fixes a typo in H5.c (#1639)
This commit is contained in:
parent
ab69f5df77
commit
6a4d37f189
2
src/H5.c
2
src/H5.c
@ -229,7 +229,7 @@ H5_init_library(void)
|
||||
* Install atexit() library cleanup routines unless the H5dont_atexit()
|
||||
* has been called. Once we add something to the atexit() list it stays
|
||||
* there permanently, so we set H5_dont_atexit_g after we add it to prevent
|
||||
* adding it again later if the library is cosed and reopened.
|
||||
* adding it again later if the library is closed and reopened.
|
||||
*/
|
||||
if (!H5_dont_atexit_g) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user