summaryrefslogtreecommitdiffstats
path: root/src/H5Dcontig.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-03-30 20:41:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-03-30 20:41:45 (GMT)
commitc3d9b510b4e65cd32ec9708fd369d31b77d76ea6 (patch)
tree832b08d9ee2005012e8266a010c5686e31d81737 /src/H5Dcontig.c
parent8eb5f818bab32fcf61cf805b880c5cc4dd1e98bc (diff)
downloadhdf5-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/H5Dcontig.c')
-rw-r--r--src/H5Dcontig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dcontig.c b/src/H5Dcontig.c
index 4e19a23..09be560 100644
--- a/src/H5Dcontig.c
+++ b/src/H5Dcontig.c
@@ -79,7 +79,7 @@ H5F_contig_create(H5F_t *f, hid_t dxpl_id, struct H5O_layout_t *layout)
unsigned u; /* Local index variable */
herr_t ret_value=SUCCEED; /* Return value */
- FUNC_ENTER_NOAPI(H5O_contig_create, FAIL);
+ FUNC_ENTER_NOAPI(H5F_contig_create, FAIL);
/* check args */
assert(f);
@@ -294,7 +294,7 @@ H5F_contig_delete(H5F_t *f, hid_t dxpl_id, const struct H5O_layout_t *layout)
unsigned u; /* Local index variable */
herr_t ret_value=SUCCEED; /* Return value */
- FUNC_ENTER_NOAPI(H5O_contig_delete, FAIL);
+ FUNC_ENTER_NOAPI(H5F_contig_delete, FAIL);
/* check args */
assert(f);