From 004b9c06a68232957914874776c755568fba915e Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Tue, 25 May 2021 13:20:51 -0700 Subject: Typo (#682) * Committing clang-format changes * Minor typo in H5O.c Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- src/H5O.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5O.c b/src/H5O.c index ab39ec0..4876bb0 100644 --- a/src/H5O.c +++ b/src/H5O.c @@ -1843,7 +1843,7 @@ H5O__close_check_common(hid_t object_id) done: FUNC_LEAVE_NOAPI(ret_value) -} /* H5O__close_api_common() */ +} /* H5O__close_check_common() */ /*------------------------------------------------------------------------- * Function: H5Oclose -- cgit v0.12