diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-03-31 19:54:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-03-31 19:54:03 (GMT) |
commit | ef9db69bf33a200f81ebb3e29dbcbbdab92938cf (patch) | |
tree | 48c01e64e59ba0d96eecd6a67321cdace77c08b6 /hl | |
parent | f5f913436f70d2c6c1f4c520dfedae74602ea76d (diff) | |
download | hdf5-ef9db69bf33a200f81ebb3e29dbcbbdab92938cf.zip hdf5-ef9db69bf33a200f81ebb3e29dbcbbdab92938cf.tar.gz hdf5-ef9db69bf33a200f81ebb3e29dbcbbdab92938cf.tar.bz2 |
[svn-r24936] Correct declaration name
Diffstat (limited to 'hl')
-rw-r--r-- | hl/src/H5LTparse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/H5LTparse.y b/hl/src/H5LTparse.y index 973f2cb..b91e97e 100644 --- a/hl/src/H5LTparse.y +++ b/hl/src/H5LTparse.y @@ -51,7 +51,7 @@ int asindex = -1; /*pointer to the top of array stack*/ hbool_t is_str_size = 0; /*flag to lexer for string size*/ hbool_t is_str_pad = 0; /*flag to lexer for string padding*/ -H5T_str_t str_pad; /*variable for string padding*/ +H5T_pad_t str_pad; /*variable for string padding*/ H5T_cset_t str_cset; /*variable for string character set*/ hbool_t is_variable = 0; /*variable for variable-length string*/ size_t str_size; /*variable for string size*/ |