summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-06 18:57:38 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:19 (GMT)
commit14578dabd4c518f8c0f852907c60fd6a6bdd1692 (patch)
tree79df8b88cf53e80d11c6021547e8467812693c5e /tools/lib/h5tools.h
parent56d210ac3ffd799d3b53392019f036990b6683e7 (diff)
downloadhdf5-14578dabd4c518f8c0f852907c60fd6a6bdd1692.zip
hdf5-14578dabd4c518f8c0f852907c60fd6a6bdd1692.tar.gz
hdf5-14578dabd4c518f8c0f852907c60fd6a6bdd1692.tar.bz2
Fix compile errors - mostly in jni
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index dde3c15..11ba612 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -480,10 +480,10 @@ typedef struct h5tool_format_t {
/*used to skip the first set of checks for line length*/
int skip_first;
- /*flag used to hide or show the file number for obj refs*/
+ /*flag used to hide or show the file number for object refs*/
int obj_hidefileno;
- /*string used to format the output for the obje refs*/
+ /*string used to format the output for the object refs*/
const char *obj_format;
/*flag used to hide or show the file number for dataset regions*/