summaryrefslogtreecommitdiffstats
path: root/src/H5FA.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FA.c')
-rw-r--r--src/H5FA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FA.c b/src/H5FA.c
index 3ae9c4d..8f77899 100644
--- a/src/H5FA.c
+++ b/src/H5FA.c
@@ -450,7 +450,7 @@ H5FA_get(const H5FA_t *fa, hsize_t idx, void *elmt)
HGOTO_ERROR(H5E_FARRAY, H5E_CANTSET, FAIL, "can't set element to class's fill value")
/* We've retrieved the value, leave now */
- HGOTO_DONE(SUCCEED)
+ HGOTO_DONE(SUCCEED);
} /* end if */
else { /* get the page */
size_t dblk_page_nelmts; /* # of elements in a data block page */