This commit is contained in:
Allen Byrne 2017-10-24 11:04:50 -05:00
parent 075a32fa0c
commit def0d66aa2

View File

@ -1440,7 +1440,7 @@ void
print_user_block(const char *filename, hid_t fid)
{
int ret_value = 0;
int t fh = -1; /* file handle */
int fh = -1; /* file handle */
hsize_t ub_size; /* user block size */
hsize_t size; /* size read */
hid_t fcpl = -1; /* file creation property list ID for HDF5 file */