mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r6877] Purpose:
Correct typo. Description: Correct the type of a value from H5G_obj_t to H5G_type_t.
This commit is contained in:
parent
b43ff847ee
commit
f36a66b6fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user