summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-04 22:36:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-04 22:36:32 (GMT)
commitd552e97eae59408f210d7d7909b8b71811fbd930 (patch)
tree0a1269e15fdf7ba08126917d6236d53493202a9e /tools/lib/h5tools.c
parentcc2407257af31cca253e2c42c1d69c0f205e271b (diff)
downloadhdf5-d552e97eae59408f210d7d7909b8b71811fbd930.zip
hdf5-d552e97eae59408f210d7d7909b8b71811fbd930.tar.gz
hdf5-d552e97eae59408f210d7d7909b8b71811fbd930.tar.bz2
Update h5ls help and rework dump_mem routines for attrs
Diffstat (limited to 'tools/lib/h5tools.c')
-rw-r--r--tools/lib/h5tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c
index 9c217dd..727e493 100644
--- a/tools/lib/h5tools.c
+++ b/tools/lib/h5tools.c
@@ -1521,7 +1521,7 @@ int
render_bin_output_region_data_blocks(hid_t region_id, FILE *stream,
hid_t container, unsigned ndims, hid_t type_id, hsize_t nblocks, hsize_t *ptdata)
{
- H5TOOLS_ERR_INIT(int, SUCCEED);
+ H5TOOLS_ERR_INIT(int, SUCCEED)
hsize_t *dims1 = NULL;
hsize_t *start = NULL;
hsize_t *count = NULL;
@@ -1687,7 +1687,7 @@ render_bin_output_region_data_points(hid_t region_space, hid_t region_id,
FILE *stream, hid_t container,
unsigned ndims, hid_t type_id, hsize_t npoints)
{
- H5TOOLS_ERR_INIT(int, SUCCEED);
+ H5TOOLS_ERR_INIT(int, SUCCEED)
hsize_t *dims1 = NULL;
size_t type_size;
hid_t mem_space = -1;