fixed another clang warning

This commit is contained in:
Ed Hartnett 2018-07-06 06:41:36 -06:00
parent 0fed77be82
commit 044b13fe34

View File

@ -1440,7 +1440,7 @@ get_type_info2(NC_FILE_INFO_T *h5, hid_t datasetid,
(*type_info)->nc_type_class = NC_CHAR;
}
}
else if (class == H5T_INTEGER || class == H5T_FLOAT)
else
{
for (t = 1; t < NUM_TYPES - 1; t++)
{