summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index 01247b2..d1ec2bd 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -198,7 +198,7 @@ typedef enum H5T_conv_ret_t {
*/
typedef struct {
size_t len; /**< Length of VL data (in base type units) */
- void * p; /**< Pointer to VL data */
+ void *p; /**< Pointer to VL data */
} hvl_t;
/* Variable Length String information */