diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-21 15:33:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-11-21 15:33:04 (GMT) |
commit | 5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b (patch) | |
tree | 4fdbaf2753ba0ee0099c88862e4b57eefd6845f1 /tools/lib | |
parent | 79f45aacea7d711a649a3a5df3580cdd36c2fa17 (diff) | |
download | hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.zip hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.gz hdf5-5fe5caf560d6de0940cfb5e5ccc77e43a6f82c3b.tar.bz2 |
Comment correction
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5tools.h | 2 |
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 */ |