mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
fix typo
This commit is contained in:
parent
075a32fa0c
commit
def0d66aa2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user