summaryrefslogtreecommitdiffstats
path: root/src/H5Gstab.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-11 05:15:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-11 05:15:35 (GMT)
commitf5eebb7d17a356fb0eaca4fce91f710155f89f8c (patch)
treedd40f341654d6f75a0af0dee6990a340e2f61f20 /src/H5Gstab.c
parenta9af13d9871afc2afdb308e999d2c0b823ab0033 (diff)
downloadhdf5-f5eebb7d17a356fb0eaca4fce91f710155f89f8c.zip
hdf5-f5eebb7d17a356fb0eaca4fce91f710155f89f8c.tar.gz
hdf5-f5eebb7d17a356fb0eaca4fce91f710155f89f8c.tar.bz2
[svn-r12891] Description:
Correct typo in a few function name macros. Tested on: FreeBSD/32 4.11 (sleipnir)
Diffstat (limited to 'src/H5Gstab.c')
-rw-r--r--src/H5Gstab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Gstab.c b/src/H5Gstab.c
index 9dc945b..b6796eb 100644
--- a/src/H5Gstab.c
+++ b/src/H5Gstab.c
@@ -490,7 +490,7 @@ H5G_stab_get_name_by_idx_cb(const H5G_entry_t *ent, void *_udata)
const char *name; /* Pointer to name string in heap */
herr_t ret_value = SUCCEED; /* Return value */
- FUNC_ENTER_NOAPI_NOINIT(H5G_stab_get_name_by_idx)
+ FUNC_ENTER_NOAPI_NOINIT(H5G_stab_get_name_by_idx_cb)
/* Sanity check */
HDassert(ent);
@@ -602,7 +602,7 @@ H5G_stab_get_type_by_idx_cb(const H5G_entry_t *ent, void *_udata)
H5G_bt_it_idx2_t *udata = (H5G_bt_it_idx2_t *)_udata;
H5O_loc_t tmp_oloc; /* Temporary object location */
- FUNC_ENTER_NOAPI_NOINIT_NOFUNC(H5G_stab_get_type_by_idx)
+ FUNC_ENTER_NOAPI_NOINIT_NOFUNC(H5G_stab_get_type_by_idx_cb)
/* Sanity check */
HDassert(ent);