summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-11 19:15:01 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-11 19:15:01 (GMT)
commitffc4b3a7f73e9e808bcb11a5f86ce9d6229f31f8 (patch)
tree40610a8d31ffb7e8027e945cdadb5c9259291869 /src/H5VLpublic.h
parentb809ae9bd565b2f1b8919b4344c2fc22a4ef5354 (diff)
parent88fb6b1374e748b06826e17ca65c15087ae5b5ac (diff)
downloadhdf5-ffc4b3a7f73e9e808bcb11a5f86ce9d6229f31f8.zip
hdf5-ffc4b3a7f73e9e808bcb11a5f86ce9d6229f31f8.tar.gz
hdf5-ffc4b3a7f73e9e808bcb11a5f86ce9d6229f31f8.tar.bz2
[svn-r25532] merge from trunk.
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