diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-09-26 21:04:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-09-26 21:04:34 (GMT) |
commit | 8f103a935be942a4240da9e57a0f67504588948a (patch) | |
tree | 130b0379ef8b355fd4555225f182727773aed084 /tools/src/misc | |
parent | 873249b58bcf62d73f830d7d9ee056cd554f370d (diff) | |
download | hdf5-8f103a935be942a4240da9e57a0f67504588948a.zip hdf5-8f103a935be942a4240da9e57a0f67504588948a.tar.gz hdf5-8f103a935be942a4240da9e57a0f67504588948a.tar.bz2 |
HDFFV-10594, 10332, 10531
Diffstat (limited to 'tools/src/misc')
-rw-r--r-- | tools/src/misc/h5debug.c | 2 |
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)) { /* |