summaryrefslogtreecommitdiffstats
path: root/src/H5Apkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Apkg.h')
-rw-r--r--src/H5Apkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h
index da36b4b..ef57c76 100644
--- a/src/H5Apkg.h
+++ b/src/H5Apkg.h
@@ -28,8 +28,8 @@
#include "H5Sprivate.h"
struct H5A_t {
- uintn initialized;/* Indicate whether the attribute has been modified */
- uintn ent_opened; /* Object header entry opened? */
+ unsigned initialized;/* Indicate whether the attribute has been modified */
+ unsigned ent_opened; /* Object header entry opened? */
H5G_entry_t ent; /* Object Header entry (for both datasets & groups) */
char *name; /* Attribute's name */
H5T_t *dt; /* Attribute's datatype */