diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-03-30 20:41:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-03-30 20:41:45 (GMT) |
commit | c3d9b510b4e65cd32ec9708fd369d31b77d76ea6 (patch) | |
tree | 832b08d9ee2005012e8266a010c5686e31d81737 /src/H5Gnode.c | |
parent | 8eb5f818bab32fcf61cf805b880c5cc4dd1e98bc (diff) | |
download | hdf5-c3d9b510b4e65cd32ec9708fd369d31b77d76ea6.zip hdf5-c3d9b510b4e65cd32ec9708fd369d31b77d76ea6.tar.gz hdf5-c3d9b510b4e65cd32ec9708fd369d31b77d76ea6.tar.bz2 |
[svn-r8287] Purpose:
Bug fix/code cleanup
Description:
Copy Robb's feature in SSlib that checks that the name of the function
used in the FUNC_ENTER macro is actually the name of function.
Fixed a bunch of typos & copy-n-pasto's for functions with incorrect names.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel
too minor to require h5committest
Diffstat (limited to 'src/H5Gnode.c')
-rw-r--r-- | src/H5Gnode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gnode.c b/src/H5Gnode.c index 5e5fb4e..e188cdd 100644 --- a/src/H5Gnode.c +++ b/src/H5Gnode.c @@ -1602,7 +1602,7 @@ H5G_node_type(H5F_t *f, hid_t dxpl_id, void UNUSED *_lt_key, haddr_t addr, H5G_node_t *sn = NULL; int ret_value = H5B_ITER_CONT; - FUNC_ENTER_NOAPI(H5G_node_name, H5B_ITER_ERROR); + FUNC_ENTER_NOAPI(H5G_node_type, H5B_ITER_ERROR); /* Check arguments. */ assert(f); |