diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2014-12-23 15:08:55 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2014-12-23 15:08:55 (GMT) |
commit | fc8767cf82b818a8165cc66b4e064eb806fa9f47 (patch) | |
tree | d50e0705384c58fae24668c56ddc50f24dca98fb /fortran/src/H5Af.c | |
parent | d4e70e8caeea4d4aa632fe10f83cd184fe0757e4 (diff) | |
download | hdf5-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.c | 2 |
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; |