summaryrefslogtreecommitdiffstats
path: root/tools/src/misc
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-10-05 05:20:36 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-10-05 05:20:36 (GMT)
commitca19f8412b49c78fde40e2b3814f53a63a9a0c7b (patch)
tree797d6174e2f5aa2a9b46c9a8d7ff7bc49c6d13d5 /tools/src/misc
parent687fdba54482884f5caa3c3ec98c3d4e230cbb0e (diff)
parent1528b884cbbad8efe71ecaa44575a3a06d47214e (diff)
downloadhdf5-ca19f8412b49c78fde40e2b3814f53a63a9a0c7b.zip
hdf5-ca19f8412b49c78fde40e2b3814f53a63a9a0c7b.tar.gz
hdf5-ca19f8412b49c78fde40e2b3814f53a63a9a0c7b.tar.bz2
Merge pull request #1280 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_4 to hdf5_1_10_4
* commit '1528b884cbbad8efe71ecaa44575a3a06d47214e': Merge hdf5_1_10 changes to hdf5_1_10_4. Merge in changes from hdf5_1_10.
Diffstat (limited to 'tools/src/misc')
-rw-r--r--tools/src/misc/h5debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/misc/h5debug.c b/tools/src/misc/h5debug.c
index b66e7ce..088e6e9 100644
--- a/tools/src/misc/h5debug.c
+++ b/tools/src/misc/h5debug.c
@@ -346,7 +346,7 @@ main(int argc, char *argv[])
/*
* Debug a global heap collection.
*/
- status = H5HG_debug (f, addr, stdout, 0, VCOL);
+ status = H5HG_debug(f, addr, stdout, 0, VCOL);
} else if(!HDmemcmp(sig, H5G_NODE_MAGIC, (size_t)H5_SIZEOF_MAGIC)) {
/*