diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-10 21:15:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-10 21:15:09 (GMT) |
commit | 22385db35bb09479aa53d9c7c3bc15d740caf616 (patch) | |
tree | 2ea86c94849cf34c84ee5df818222cb2ec90ef53 /src | |
parent | 5afb12313aa0052ddbc01ef7aa70268ebac32c8e (diff) | |
download | hdf5-22385db35bb09479aa53d9c7c3bc15d740caf616.zip hdf5-22385db35bb09479aa53d9c7c3bc15d740caf616.tar.gz hdf5-22385db35bb09479aa53d9c7c3bc15d740caf616.tar.bz2 |
[svn-r5582] Purpose:
Code cleanup
Description:
Need to change FUNC_ENTER_NOINIT to FUNC_ENTER_API_NOINIT for
H5dont_atexit()
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ done: herr_t H5dont_atexit(void) { - FUNC_ENTER_NOINIT(H5dont_atexit); + FUNC_ENTER_API_NOINIT(H5dont_atexit); H5_trace(FALSE, "H5dont_atexit", ""); |