diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-15 18:53:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-15 18:53:22 (GMT) |
commit | f36a66b6fb7fb2eed7c8656972d6ce8ec9e75f8c (patch) | |
tree | c31d3a4761191110cf87e890671f8ef094f26136 /doc/src/RM_H5G.html | |
parent | b43ff847ee7d276d9d93315a477d183c1f139d0a (diff) | |
download | hdf5-f36a66b6fb7fb2eed7c8656972d6ce8ec9e75f8c.zip hdf5-f36a66b6fb7fb2eed7c8656972d6ce8ec9e75f8c.tar.gz hdf5-f36a66b6fb7fb2eed7c8656972d6ce8ec9e75f8c.tar.bz2 |
[svn-r6877] Purpose:
Correct typo.
Description:
Correct the type of a value from H5G_obj_t to H5G_type_t.
Diffstat (limited to 'doc/src/RM_H5G.html')
-rw-r--r-- | doc/src/RM_H5G.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/RM_H5G.html b/doc/src/RM_H5G.html index 9b0a8a0..11f76ec 100644 --- a/doc/src/RM_H5G.html +++ b/doc/src/RM_H5G.html @@ -536,7 +536,7 @@ then be trivial. unsigned long fileno[2]; unsigned long objno[2]; unsigned nlink; - H5G_type_t type; + H5G_obj_t type; time_t mtime; size_t linklen; } H5G_stat_t |