summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index bc5824f..a18e2c2 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -330,7 +330,7 @@ typedef struct H5VL_t {
const H5VL_class_t *cls; /* constant class info */
unsigned long feature_flags; /* VOL Driver feature Flags */
int nrefs; /* number of references by objects using this struct */
- hid_t id; /* identifier for the VOL class */
+ hid_t id; /* identifier for the VOL class */
} H5VL_t;
#ifdef __cplusplus