summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-10 21:15:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-10 21:15:09 (GMT)
commit22385db35bb09479aa53d9c7c3bc15d740caf616 (patch)
tree2ea86c94849cf34c84ee5df818222cb2ec90ef53 /src/H5.c
parent5afb12313aa0052ddbc01ef7aa70268ebac32c8e (diff)
downloadhdf5-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/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 10d1489..4f53f60 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -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", "");