summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Af.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2014-12-23 15:08:55 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2014-12-23 15:08:55 (GMT)
commitfc8767cf82b818a8165cc66b4e064eb806fa9f47 (patch)
treed50e0705384c58fae24668c56ddc50f24dca98fb /fortran/src/H5Af.c
parentd4e70e8caeea4d4aa632fe10f83cd184fe0757e4 (diff)
downloadhdf5-fc8767cf82b818a8165cc66b4e064eb806fa9f47.zip
hdf5-fc8767cf82b818a8165cc66b4e064eb806fa9f47.tar.gz
hdf5-fc8767cf82b818a8165cc66b4e064eb806fa9f47.tar.bz2
[svn-r25923] Added name to the BIND(C) attribute, removed the !DEC$ statements for windows.
Diffstat (limited to 'fortran/src/H5Af.c')
-rw-r--r--fortran/src/H5Af.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Af.c b/fortran/src/H5Af.c
index 896736d..f7121d2 100644
--- a/fortran/src/H5Af.c
+++ b/fortran/src/H5Af.c
@@ -2099,7 +2099,7 @@ done:
* SOURCE
*/
int_f
-nh5awrite_f_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
+h5awrite_f_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
/******/
{
int ret_value = -1;