diff options
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/h5debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c index 2c79433..13bbe86 100644 --- a/tools/misc/h5debug.c +++ b/tools/misc/h5debug.c @@ -141,7 +141,7 @@ main(int argc, char *argv[]) /* * Debug the file's super block. */ - status = H5F_debug(f, H5P_DATASET_XFER_DEFAULT, stdout, 0, VCOL); + status = H5F_debug(f, stdout, 0, VCOL); } else if(!HDmemcmp(sig, H5HL_MAGIC, (size_t)H5HL_SIZEOF_MAGIC)) { /* |