summaryrefslogtreecommitdiffstats
path: root/src/H5Oattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oattr.c')
-rw-r--r--src/H5Oattr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Oattr.c b/src/H5Oattr.c
index 2e56a75..ed629fd 100644
--- a/src/H5Oattr.c
+++ b/src/H5Oattr.c
@@ -76,9 +76,9 @@ static hbool_t interface_initialize_g = FALSE;
static void *
H5O_attr_decode(H5F_t *f, const uint8 *p, H5O_shared_t __unused__ *sh)
{
- H5A_t *attr = NULL;
- H5S_simple_t *simple; /*simple dimensionality information */
- size_t name_len; /* Attribute name length */
+ H5A_t *attr = NULL;
+ H5S_simple_t *simple; /*simple dimensionality information */
+ size_t name_len; /*attribute name length */
FUNC_ENTER(H5O_attr_decode, NULL);