From 22385db35bb09479aa53d9c7c3bc15d740caf616 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 10 Jun 2002 16:15:09 -0500 Subject: [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) --- src/H5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ""); -- cgit v0.12