summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5Shyper.c1
-rw-r--r--src/H5Sselect.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index f0ec40d..1a4e4f5 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -1893,7 +1893,6 @@ H5S_get_select_hyper_nblocks(H5S_t *space)
else
ret_value = H5S_hyper_span_nblocks(space->select.sel_info.hslab->span_lst);
-done:
FUNC_LEAVE_NOAPI(ret_value)
} /* H5S_get_select_hyper_nblocks() */
diff --git a/src/H5Sselect.c b/src/H5Sselect.c
index cf82af1..11267b6 100644
--- a/src/H5Sselect.c
+++ b/src/H5Sselect.c
@@ -457,7 +457,7 @@ H5S_select_deserialize(H5S_t **space, const uint8_t **p)
uint32_t sel_type; /* Pointer to the selection type */
uint32_t version; /* Version number */
uint8_t flags = 0; /* Flags */
- herr_t ret_value = FAIL; /* return value */
+ herr_t ret_value = FAIL; /* Return value */
FUNC_ENTER_NOAPI(FAIL)