summaryrefslogtreecommitdiffstats
path: root/src/H5Ocont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r--src/H5Ocont.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c
index ba6ab5f..18f5a76 100644
--- a/src/H5Ocont.c
+++ b/src/H5Ocont.c
@@ -91,7 +91,7 @@ H5O_cont_decode(H5F_t *f, const uint8_t *p, H5O_shared_t UNUSED *sh)
ret_value=cont;
done:
- FUNC_LEAVE(ret_value);
+ FUNC_LEAVE_NOAPI(ret_value);
}
@@ -128,7 +128,7 @@ H5O_cont_encode(H5F_t *f, uint8_t *p, const void *_mesg)
H5F_ENCODE_LENGTH(f, p, cont->size);
done:
- FUNC_LEAVE(ret_value);
+ FUNC_LEAVE_NOAPI(ret_value);
}
@@ -174,5 +174,5 @@ H5O_cont_debug(H5F_t UNUSED *f, const void *_mesg, FILE * stream,
(int) (cont->chunkno));
done:
- FUNC_LEAVE(ret_value);
+ FUNC_LEAVE_NOAPI(ret_value);
}