summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Af.c
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5Af.c')
-rw-r--r--fortran/src/H5Af.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/fortran/src/H5Af.c b/fortran/src/H5Af.c
index db1c040..64a972e 100644
--- a/fortran/src/H5Af.c
+++ b/fortran/src/H5Af.c
@@ -178,7 +178,7 @@ h5aget_name_c(hid_t_f *attr_id, size_t_f *bufsize, _fcd buf)
/******/
{
size_t c_bufsize;
- char * c_buf = NULL; /* Buffer to hold C string */
+ char *c_buf = NULL; /* Buffer to hold C string */
int_f ret_value = 0; /* Return value */
c_bufsize = (size_t)*bufsize + 1;
@@ -465,10 +465,10 @@ h5aget_name_by_idx_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, int_
hsize_t_f *n, _fcd name, size_t_f *size, hid_t_f *lapl_id)
/******/
{
- char * c_obj_name = NULL; /* Buffer to hold C string */
+ char *c_obj_name = NULL; /* Buffer to hold C string */
ssize_t c_size;
size_t c_buf_size;
- char * c_buf = NULL;
+ char *c_buf = NULL;
int_f ret_value = 0; /* Return value */
/*
@@ -668,7 +668,7 @@ h5aget_info_by_idx_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, int_
hsize_t_f *data_size)
/******/
{
- char * c_obj_name = NULL; /* Buffer to hold C string */
+ char *c_obj_name = NULL; /* Buffer to hold C string */
H5A_info_t ainfo;
int_f ret_value = 0; /* Return value */
@@ -734,8 +734,8 @@ h5aget_info_by_name_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, _fc
int_f *cset, hsize_t_f *data_size)
/******/
{
- char * c_obj_name = NULL; /* Buffer to hold C string */
- char * c_attr_name = NULL; /* Buffer to hold C string */
+ char *c_obj_name = NULL; /* Buffer to hold C string */
+ char *c_attr_name = NULL; /* Buffer to hold C string */
H5A_info_t ainfo;
int_f ret_value = 0; /* Return value */