summaryrefslogtreecommitdiffstats
path: root/src/H5Ofill.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-12-29 05:17:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-12-29 05:17:22 (GMT)
commit662892e8b18db2dd5c1ebcd923c246adb4fe0fac (patch)
treef47c24c36227feb0c3fc2a57f4c2d30194313d43 /src/H5Ofill.c
parentb7047b64254183b0ad75e5812737d09ecaa95e68 (diff)
downloadhdf5-662892e8b18db2dd5c1ebcd923c246adb4fe0fac.zip
hdf5-662892e8b18db2dd5c1ebcd923c246adb4fe0fac.tar.gz
hdf5-662892e8b18db2dd5c1ebcd923c246adb4fe0fac.tar.bz2
[svn-r25928] Description:
Minor code cleanups found while reviewing 'avoid_truncate' changes. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (too minor to require h5committest)
Diffstat (limited to 'src/H5Ofill.c')
-rw-r--r--src/H5Ofill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ofill.c b/src/H5Ofill.c
index 1e8ccb1..a0fc42e 100644
--- a/src/H5Ofill.c
+++ b/src/H5Ofill.c
@@ -890,7 +890,7 @@ H5O_fill_debug(H5F_t UNUSED *f, hid_t UNUSED dxpl_id, const void *_fill, FILE *s
else
fprintf(stream, "<dataset type>\n");
- FUNC_LEAVE_NOAPI(SUCCEED);
+ FUNC_LEAVE_NOAPI(SUCCEED)
} /* end H5O_fill_debug() */
@@ -993,7 +993,7 @@ done:
if(bkg)
H5MM_xfree(bkg);
- FUNC_LEAVE_NOAPI(ret_value);
+ FUNC_LEAVE_NOAPI(ret_value)
} /* end H5O_fill_convert() */