summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index e696d48..b338cce 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -690,7 +690,7 @@ H5open(void)
{
herr_t ret_value=SUCCEED; /* Return value */
- FUNC_ENTER_API(H5open, FAIL);
+ FUNC_ENTER_API_NOCLEAR(H5open, FAIL);
H5TRACE0("e","");
/* all work is done by FUNC_ENTER() */
done: