summaryrefslogtreecommitdiffstats
path: root/src/H5B2stat.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-03-14 13:23:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-03-14 13:23:10 (GMT)
commit5c6ea93f2fad2668a92aad4a086fdf36778969c8 (patch)
tree404a797df6f87f41767cd785944345f74ebf0e45 /src/H5B2stat.c
parentee3fdc2dbcdf9daaf4e41c085fddd37c1eadbcf9 (diff)
downloadhdf5-5c6ea93f2fad2668a92aad4a086fdf36778969c8.zip
hdf5-5c6ea93f2fad2668a92aad4a086fdf36778969c8.tar.gz
hdf5-5c6ea93f2fad2668a92aad4a086fdf36778969c8.tar.bz2
[svn-r12085] Purpose:
Bug fix Description: Correct function name in FUNC_ENTER macro. Platforms tested: None, just eyeballed, too minor to require more.
Diffstat (limited to 'src/H5B2stat.c')
-rw-r--r--src/H5B2stat.c2
1 files changed, 1 insertions, 1 deletions
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);