diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-21 15:33:04 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:17:26 (GMT) |
commit | 753e0ff0c99d057379afe5bf81006a28b5ef5e93 (patch) | |
tree | 62a0e436294f17333e019659b904095d837d70eb /tools/lib | |
parent | b7e1dd706c9f7470c358a2b902a5bca0f0cc3ed3 (diff) | |
download | hdf5-753e0ff0c99d057379afe5bf81006a28b5ef5e93.zip hdf5-753e0ff0c99d057379afe5bf81006a28b5ef5e93.tar.gz hdf5-753e0ff0c99d057379afe5bf81006a28b5ef5e93.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 */ |