From f36a66b6fb7fb2eed7c8656972d6ce8ec9e75f8c Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 15 May 2003 13:53:22 -0500 Subject: [svn-r6877] Purpose: Correct typo. Description: Correct the type of a value from H5G_obj_t to H5G_type_t. --- doc/src/RM_H5G.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12