summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5T/16/h5ex_t_objrefatt.c
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5T/16/h5ex_t_objrefatt.c')
-rw-r--r--HDF5Examples/C/H5T/16/h5ex_t_objrefatt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5T/16/h5ex_t_objrefatt.c b/HDF5Examples/C/H5T/16/h5ex_t_objrefatt.c
index 95d86dc..85c0448 100644
--- a/HDF5Examples/C/H5T/16/h5ex_t_objrefatt.c
+++ b/HDF5Examples/C/H5T/16/h5ex_t_objrefatt.c
@@ -27,6 +27,7 @@ main(void)
hid_t space; /* Dataspace Handle */
hid_t dset; /* Dataset Handle */
hid_t obj; /* Object Handle */
+ hid_t attr; /* Attribute Handle */
herr_t status;
hsize_t dims[1] = {DIM0};
hobj_ref_t wdata[DIM0]; /* Write buffer */