summaryrefslogtreecommitdiffstats
path: root/test/tunicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tunicode.c')
-rw-r--r--test/tunicode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tunicode.c b/test/tunicode.c
index 7d4dba6..06a31b4 100644
--- a/test/tunicode.c
+++ b/test/tunicode.c
@@ -317,7 +317,7 @@ test_vl_string(hid_t fid, const char *string)
hid_t type_id, space_id, dset_id;
hsize_t dims = 1;
hsize_t size; /* Number of bytes used */
- char * read_buf[1];
+ char *read_buf[1];
herr_t ret;
/* Create dataspace for datasets */
@@ -582,7 +582,7 @@ test_compound(hid_t fid, const char *string)
hid_t s1_tid, s2_tid;
hid_t space_id, dset_id;
hsize_t dim = 1;
- char * readbuf;
+ char *readbuf;
herr_t ret;
/* Initialize compound data */
@@ -698,7 +698,7 @@ void
test_opaque(hid_t H5_ATTR_UNUSED fid, const char *string)
{
hid_t type_id;
- char * read_buf;
+ char *read_buf;
herr_t ret;
/* Create an opaque type and give it a UTF-8 tag */