summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 76f98f3..27256dd 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -2333,10 +2333,10 @@ H5F_get_intent(const H5F_t *f)
/* Use FUNC_ENTER_NOAPI_NOINIT_NOFUNC here to avoid performance issues */
FUNC_ENTER_NOAPI_NOINIT_NOFUNC(H5F_get_intent)
- assert(f);
+ HDassert(f);
FUNC_LEAVE_NOAPI(f->intent)
-}
+} /* end H5F_get_intent() */
/*-------------------------------------------------------------------------