diff options
Diffstat (limited to 'src/H5Snone.c')
-rw-r--r-- | src/H5Snone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Snone.c b/src/H5Snone.c index 672302d..8668b06 100644 --- a/src/H5Snone.c +++ b/src/H5Snone.c @@ -703,7 +703,7 @@ H5S__none_bounds(const H5S_t H5_ATTR_UNUSED *space, hsize_t H5_ATTR_UNUSED *star HDassert(end); FUNC_LEAVE_NOAPI(FAIL) -} /* end H5S_none_bounds() */ +} /* end H5S__none_bounds() */ /*-------------------------------------------------------------------------- |