summaryrefslogtreecommitdiffstats
path: root/src/H5CXprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5CXprivate.h')
-rw-r--r--src/H5CXprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5CXprivate.h b/src/H5CXprivate.h
index 878bcf6..4c034c1 100644
--- a/src/H5CXprivate.h
+++ b/src/H5CXprivate.h
@@ -38,7 +38,7 @@ typedef struct H5CX_state_t {
hid_t dxpl_id; /* DXPL for operation */
hid_t lapl_id; /* LAPL for operation */
hid_t lcpl_id; /* LCPL for operation */
- void * vol_wrap_ctx; /* VOL connector's "wrap context" for creating IDs */
+ void *vol_wrap_ctx; /* VOL connector's "wrap context" for creating IDs */
H5VL_connector_prop_t vol_connector_prop; /* VOL connector property */
#ifdef H5_HAVE_PARALLEL