From 5c6ea93f2fad2668a92aad4a086fdf36778969c8 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 14 Mar 2006 08:23:10 -0500 Subject: [svn-r12085] Purpose: Bug fix Description: Correct function name in FUNC_ENTER macro. Platforms tested: None, just eyeballed, too minor to require more. --- src/H5B2stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5B2stat.c b/src/H5B2stat.c index 5b8cfc0..a8f8c54 100644 --- a/src/H5B2stat.c +++ b/src/H5B2stat.c @@ -83,7 +83,7 @@ H5B2_stat_info(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, H5B2_t *bt2 = NULL; /* Pointer to the B-tree header */ herr_t ret_value = SUCCEED; /* Return value */ - FUNC_ENTER_NOAPI_NOINIT(H5B2_get_root_addr_test) + FUNC_ENTER_NOAPI_NOINIT(H5B2_stat_info) /* Check arguments. */ HDassert(f); -- cgit v0.12