diff options
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r-- | src/H5PLprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h index 7eae513..8e50577 100644 --- a/src/H5PLprivate.h +++ b/src/H5PLprivate.h @@ -39,7 +39,7 @@ typedef union H5PL_key_t { H5VL_get_connector_kind_t kind; /* Kind of VOL lookup to do */ union { H5VL_class_value_t value; /* VOL connector value */ - const char * name; /* VOL connector name */ + const char *name; /* VOL connector name */ } u; } vol; } H5PL_key_t; |