summaryrefslogtreecommitdiffstats
path: root/fortran/test/t.c
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/test/t.c')
-rw-r--r--fortran/test/t.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/t.c b/fortran/test/t.c
index f2203d0..bf30331 100644
--- a/fortran/test/t.c
+++ b/fortran/test/t.c
@@ -52,9 +52,9 @@ nh5_fixname_c(_fcd base_name, size_t_f *base_namelen, hid_t_f* fapl, _fcd full_n
HD5packFstring(c_full_name, _fcdtocp(full_name), (size_t)*full_namelen);
done:
- if(c_base_name)
+ if(c_base_name)
HDfree(c_base_name);
- if(c_full_name)
+ if(c_full_name)
HDfree(c_full_name);
return ret_value;