summaryrefslogtreecommitdiffstats
path: root/tools/h5repack
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-24 16:07:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-24 16:07:10 (GMT)
commit1854f9979364fc55b74f5de4709d443e393cb5bf (patch)
tree0cb75ac288c7b8553fdb7abf900cf2f54a90394c /tools/h5repack
parent7dbf569af90f098a702da84f439c85acb92635df (diff)
downloadhdf5-1854f9979364fc55b74f5de4709d443e393cb5bf.zip
hdf5-1854f9979364fc55b74f5de4709d443e393cb5bf.tar.gz
hdf5-1854f9979364fc55b74f5de4709d443e393cb5bf.tar.bz2
Fix typos
Diffstat (limited to 'tools/h5repack')
-rw-r--r--tools/h5repack/h5repack_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c
index 772a9fe..48743c3 100644
--- a/tools/h5repack/h5repack_copy.c
+++ b/tools/h5repack/h5repack_copy.c
@@ -1390,7 +1390,7 @@ void
print_user_block(const char *filename, hid_t fid)
{
int ret_value = 0;
- hid_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 */