summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-16 20:07:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-16 20:07:12 (GMT)
commit85af38c6a1b3107fb005c6f8e874cbc5ae9c8e37 (patch)
treeb1038dd41d1b9b3e498d0ea73677ae8887bcc0fc /src/H5P.c
parent932ec25e542e1aae86e4df86a934122761032b01 (diff)
downloadhdf5-85af38c6a1b3107fb005c6f8e874cbc5ae9c8e37.zip
hdf5-85af38c6a1b3107fb005c6f8e874cbc5ae9c8e37.tar.gz
hdf5-85af38c6a1b3107fb005c6f8e874cbc5ae9c8e37.tar.bz2
[svn-r91] Bug fixes for multiple datasets in the file. Interim checkin, theres still
a problem with the simple dimensionality caching.
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index c6fae8f..7c7bbbb 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -430,7 +430,7 @@ herr_t H5P_release(hatom_t oid)
H5P_dim_t *dim; /* dimensionality object to release */
herr_t ret_value = SUCCEED;
- FUNC_ENTER(H5Prelease, H5P_init_interface, FAIL);
+ FUNC_ENTER(H5P_release, H5P_init_interface, FAIL);
/* Clear errors and check args and all the boring stuff. */
H5ECLEAR;