diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-03-16 04:27:47 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-03-16 04:27:47 (GMT) |
commit | e4c1c566d462eb5e3492ca3b82b0b032b9978b45 (patch) | |
tree | 20503e486b5a03fc5d3077cc1a86825bef7f4c65 | |
parent | c9ebe22dd06b60d626a2844f2e0967c5480a3bfc (diff) | |
download | hdf5-e4c1c566d462eb5e3492ca3b82b0b032b9978b45.zip hdf5-e4c1c566d462eb5e3492ca3b82b0b032b9978b45.tar.gz hdf5-e4c1c566d462eb5e3492ca3b82b0b032b9978b45.tar.bz2 |
[svn-r22080] Description: aligned H5_FC_FUNC with the H5_FC_FUNC in the line above
tested: none
-rwxr-xr-x | hl/fortran/src/H5LTf90proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/H5LTf90proto.h b/hl/fortran/src/H5LTf90proto.h index 3d2ae3b..205871c 100755 --- a/hl/fortran/src/H5LTf90proto.h +++ b/hl/fortran/src/H5LTf90proto.h @@ -149,7 +149,7 @@ H5_FCDLL void HD5packFstring (char *src, char *dest, size_t len); #define nh5ltget_attribute_ndims_c H5_FC_FUNC_(h5ltget_attribute_ndims_c, H5LTGET_ATTRIBUTE_NDIMS_C) #define nh5ltget_attribute_info_c H5_FC_FUNC_(h5ltget_attribute_info_c, H5LTGET_ATTRIBUTE_INFO_C) -#define nh5ltpath_valid_c H5_FC_FUNC_(h5ltpath_valid_c, H5LTPATH_VALID_C) +#define nh5ltpath_valid_c H5_FC_FUNC_(h5ltpath_valid_c, H5LTPATH_VALID_C) /*------------------------------------------------------------------------- * Image |