summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r--tools/h5repack/h5repack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c
index b989ab3..24a90f7 100644
--- a/tools/h5repack/h5repack.c
+++ b/tools/h5repack/h5repack.c
@@ -57,6 +57,7 @@ int h5repack(const char* infile,
/* copy the file */
if (copy_file(infile,outfile,options)<0)
return -1;
+
return 0;
}