summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_copy.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-09-06 17:28:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-09-06 17:28:26 (GMT)
commit35b22a13a8d3a3479a166f1dd12d32d44d0a81ab (patch)
tree4013d1b5615ddae08dc0eb9112ec28608a37c6a3 /tools/h5repack/h5repack_copy.c
parent3d7776ffee0e31d74f06cc2718921114d909777f (diff)
downloadhdf5-35b22a13a8d3a3479a166f1dd12d32d44d0a81ab.zip
hdf5-35b22a13a8d3a3479a166f1dd12d32d44d0a81ab.tar.gz
hdf5-35b22a13a8d3a3479a166f1dd12d32d44d0a81ab.tar.bz2
[svn-r24106] Add help text tests for h5dump and h5repack to the linux scripts. HDFFV-8498 merge from trunk.
Tested: local linux - cmake and autotools
Diffstat (limited to 'tools/h5repack/h5repack_copy.c')
-rw-r--r--tools/h5repack/h5repack_copy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c
index cfd542a..b2a8641 100644
--- a/tools/h5repack/h5repack_copy.c
+++ b/tools/h5repack/h5repack_copy.c
@@ -1232,7 +1232,6 @@ int do_copy_objects(hid_t fidin,
*/
if (copy_attr(dset_in, dset_out, &named_dt_head, travt, options) < 0)
goto error;
-
/*close */
if (H5Dclose(dset_out) < 0)
goto error;
@@ -1315,7 +1314,6 @@ int do_copy_objects(hid_t fidin,
} /* end do we have request for filter/chunking */
-
break;
/*-------------------------------------------------------------------------