summaryrefslogtreecommitdiffstats
path: root/src/H5Pdapl.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-11-23 11:24:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-11-23 11:24:30 (GMT)
commit5913de51c2e84f78c80da224cc0437665fe6fcf4 (patch)
treeef7b0bfa31762338fa98dd19bca72e1bbaeff961 /src/H5Pdapl.c
parent4d2eb986229d4fcf17bc2ef12802cfb43d2f0d06 (diff)
downloadhdf5-5913de51c2e84f78c80da224cc0437665fe6fcf4.zip
hdf5-5913de51c2e84f78c80da224cc0437665fe6fcf4.tar.gz
hdf5-5913de51c2e84f78c80da224cc0437665fe6fcf4.tar.bz2
[svn-r28443] Misc code cleanup and warning fixes.
Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Diffstat (limited to 'src/H5Pdapl.c')
-rw-r--r--src/H5Pdapl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pdapl.c b/src/H5Pdapl.c
index c6f8d82..41c6c78 100644
--- a/src/H5Pdapl.c
+++ b/src/H5Pdapl.c
@@ -834,7 +834,7 @@ H5Pset_append_flush(hid_t plist_id, unsigned ndims, const hsize_t *boundary, H5D
if(ndims > H5S_MAX_RANK)
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "dimensionality is too large")
if(!boundary)
- HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "no boundary dimensions specified")
+ HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "no boundary dimensions specified")
/* Check if the callback function is NULL and the user data is non-NULL.
* This is almost certainly an error as the user data will not be used. */