summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Ef.c
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5Ef.c')
-rw-r--r--fortran/src/H5Ef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Ef.c b/fortran/src/H5Ef.c
index 8bd4751..8199a90 100644
--- a/fortran/src/H5Ef.c
+++ b/fortran/src/H5Ef.c
@@ -121,7 +121,7 @@ int_f
nh5eget_major_c(int_f* error_no, _fcd name)
{
int ret_val = -1;
- const char c_name[H5E_LEN];
+ char c_name[H5E_LEN];
hid_t c_error_no;
c_error_no = (hid_t)*error_no;
@@ -151,7 +151,7 @@ int_f
nh5eget_minor_c(int_f* error_no, _fcd name)
{
int ret_val = -1;
- const char c_name[H5E_LEN];
+ char c_name[H5E_LEN];
hid_t c_error_no;
c_error_no = (hid_t)*error_no;