summaryrefslogtreecommitdiffstats
path: root/tools/src/h5copy/h5copy.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-20 19:40:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-20 19:40:08 (GMT)
commit37529db25c4bb0699024a26eb6e7a8f81390892b (patch)
tree83a53f4f063353d25e8dd6a47cb2b09d7dcfea1b /tools/src/h5copy/h5copy.c
parenta08a3eaebac031a909748db05f747cec72989f5c (diff)
downloadhdf5-37529db25c4bb0699024a26eb6e7a8f81390892b.zip
hdf5-37529db25c4bb0699024a26eb6e7a8f81390892b.tar.gz
hdf5-37529db25c4bb0699024a26eb6e7a8f81390892b.tar.bz2
HDFFV-10976,-10980 h5dump, h5ls, h5diff use new ref APIs
Diffstat (limited to 'tools/src/h5copy/h5copy.c')
-rw-r--r--tools/src/h5copy/h5copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5copy/h5copy.c b/tools/src/h5copy/h5copy.c
index ffcd2b9..06240f5 100644
--- a/tools/src/h5copy/h5copy.c
+++ b/tools/src/h5copy/h5copy.c
@@ -207,7 +207,7 @@ static int parse_flag(const char* s_flag, unsigned *flag)
int
main (int argc, const char *argv[])
{
- int ret_value = 0; /*no need to LEAVE() on ERROR: H5TOOLS_ERR_INIT(int, SUCCEED) */
+ H5TOOLS_ERR_INIT(int, 0)
H5E_auto2_t func;
H5E_auto2_t tools_func;
void *edata;