summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/test_h5repack_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/test_h5repack_main.c')
-rw-r--r--tools/h5repack/test_h5repack_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/test_h5repack_main.c b/tools/h5repack/test_h5repack_main.c
index 828bc3a..b647427 100644
--- a/tools/h5repack/test_h5repack_main.c
+++ b/tools/h5repack/test_h5repack_main.c
@@ -60,7 +60,7 @@ test()
TEST_ERROR;
if (h5repack_end (&pack_options)<0)
TEST_ERROR;
- if (h5diff(FILENAME,FILENAME,NULL,NULL,diff_options) == 1)
+ if (h5diff(FILENAME,FILENAME,NULL,NULL,&diff_options) == 1)
TEST_ERROR;
PASSED();