[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:
Quincey Koziol 2003-05-15 13:53:22 -05:00
parent b43ff847ee
commit f36a66b6fb

View File

@ -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