From a0c61b514bcae172789e782c62547080da045b2a Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 7 Sep 2005 18:19:38 -0500 Subject: [svn-r11370] Purpose: Typo fix Description: Fixed a typo introduced by my previous check in Solution: Platforms tested: heping Misc. update: --- fortran/src/H5match_types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/src/H5match_types.c b/fortran/src/H5match_types.c index 941ad67..4900aac 100644 --- a/fortran/src/H5match_types.c +++ b/fortran/src/H5match_types.c @@ -243,7 +243,7 @@ int main() writeToFiles("HID_T", "hid_t_f", 2); #elif defined H5_FORTRAN_HAS_INTEGER_1 && H5_SIZEOF_HID_T >= 1 writeToFiles("HID_T", "hid_t_f", 1); -#if defined H5_FORTRAN_HAS_INTEGER_8 && H5_SIZEOF_HID_T >= 4 +#elif defined H5_FORTRAN_HAS_INTEGER_8 && H5_SIZEOF_HID_T >= 4 writeToFiles("HID_T", "hid_t_f", 8); #else /* Error: couldn't find a size for hid_t */ -- cgit v0.12