summaryrefslogtreecommitdiffstats
path: root/src/H5Tfixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tfixed.c')
-rw-r--r--src/H5Tfixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tfixed.c b/src/H5Tfixed.c
index 9bf7da3..02b158b 100644
--- a/src/H5Tfixed.c
+++ b/src/H5Tfixed.c
@@ -77,7 +77,7 @@ H5T_get_sign(H5T_t const *dt)
FUNC_ENTER_NOAPI(H5T_SGN_ERROR)
- HDassert(dt);
+ assert(dt);
/* Defer to parent */
while (dt->shared->parent)