summaryrefslogtreecommitdiffstats
path: root/src/H5Tcompound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tcompound.c')
-rw-r--r--src/H5Tcompound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcompound.c b/src/H5Tcompound.c
index e6a0e4e..8229d4c 100644
--- a/src/H5Tcompound.c
+++ b/src/H5Tcompound.c
@@ -154,7 +154,7 @@ H5T_get_member_offset(const H5T_t *dt, unsigned membno)
H5T_class_t
H5Tget_member_class(hid_t type_id, unsigned membno)
{
- H5T_t * dt; /* Datatype to query */
+ H5T_t *dt; /* Datatype to query */
H5T_class_t ret_value; /* Return value */
FUNC_ENTER_API(H5T_NO_CLASS)