summaryrefslogtreecommitdiffstats
path: root/src/H5Dfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dfill.c')
-rw-r--r--src/H5Dfill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dfill.c b/src/H5Dfill.c
index 0d9c9e7..2edb363 100644
--- a/src/H5Dfill.c
+++ b/src/H5Dfill.c
@@ -646,7 +646,7 @@ done:
static herr_t
H5D__fill_release(H5D_fill_buf_info_t *fb_info)
{
- FUNC_ENTER_PACKAGE
+ FUNC_ENTER_PACKAGE_NOERR
/* Check args */
HDassert(fb_info);
@@ -684,7 +684,7 @@ H5D__fill_release(H5D_fill_buf_info_t *fb_info)
herr_t
H5D__fill_term(H5D_fill_buf_info_t *fb_info)
{
- FUNC_ENTER_PACKAGE
+ FUNC_ENTER_PACKAGE_NOERR
/* Check args */
HDassert(fb_info);