summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-11-21 15:33:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-11-21 15:33:04 (GMT)
commit5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b (patch)
tree4fdbaf2753ba0ee0099c88862e4b57eefd6845f1 /tools/lib/h5tools.h
parent79f45aacea7d711a649a3a5df3580cdd36c2fa17 (diff)
downloadhdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.zip
hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.gz
hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.bz2
Comment correction
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index ca8395d..dde3c15 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -513,7 +513,7 @@ typedef struct h5tools_context_t {
hsize_t p_max_idx[H5S_MAX_RANK]; /* max selected index */
int prev_multiline; /* was prev datum multiline? */
size_t prev_prefix_len; /* length of previous prefix */
- int continuation; /*c ontinuation of previous data?*/
+ int continuation; /* continuation of previous data?*/
hsize_t size_last_dim; /* the size of the last dimension, needed so we can break after each row */
unsigned indent_level; /* the number of times we need some extra indentation */
unsigned default_indent_level; /* this is used when the indent level gets changed */