summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Rf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5Rf.c')
-rw-r--r--fortran/src/H5Rf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Rf.c b/fortran/src/H5Rf.c
index 88aa158..1814020 100644
--- a/fortran/src/H5Rf.c
+++ b/fortran/src/H5Rf.c
@@ -48,7 +48,7 @@ int_f
h5rcreate_region_c(int_f *ref, hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *space_id)
/******/
{
- char * c_name = NULL;
+ char *c_name = NULL;
hdset_reg_ref_t ref_c;
int_f ret_value = 0;
@@ -311,7 +311,7 @@ h5rget_name_ptr_c(hid_t_f *loc_id, int_f *ref_type, void *ref, _fcd name, size_t
int_f ret_value = -1;
ssize_t c_size;
size_t c_bufsize;
- char * c_buf = NULL; /* Buffer to hold C string */
+ char *c_buf = NULL; /* Buffer to hold C string */
c_bufsize = (size_t)*name_len + 1;
/*