[svn-r11370] Purpose: Typo fix

Description: Fixed a typo introduced by my previous check in

Solution:

Platforms tested: heping

Misc. update:
This commit is contained in:
Elena Pourmal 2005-09-07 18:19:38 -05:00
parent 64fdc49ab9
commit a0c61b514b

View File

@ -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 */