[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)
This commit is contained in:
Quincey Koziol 2002-06-10 16:15:09 -05:00
parent 5afb12313a
commit 22385db35b

View File

@ -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", "");