summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack/h5repack_filters.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-21 22:29:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-21 22:29:41 (GMT)
commitb996ee29726b820869776620c6a9f496c4823762 (patch)
tree75fab8e86d19770add8be39d87482de4a46d19ba /tools/src/h5repack/h5repack_filters.c
parent0d912d463206762d8dfe5fa46fd2318b1ee50123 (diff)
downloadhdf5-b996ee29726b820869776620c6a9f496c4823762.zip
hdf5-b996ee29726b820869776620c6a9f496c4823762.tar.gz
hdf5-b996ee29726b820869776620c6a9f496c4823762.tar.bz2
HDFFV-10412 fix typo
Diffstat (limited to 'tools/src/h5repack/h5repack_filters.c')
-rw-r--r--tools/src/h5repack/h5repack_filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5repack/h5repack_filters.c b/tools/src/h5repack/h5repack_filters.c
index 253be6d..0092abc 100644
--- a/tools/src/h5repack/h5repack_filters.c
+++ b/tools/src/h5repack/h5repack_filters.c
@@ -282,7 +282,7 @@ int apply_filters(const char* name, /* object name from traverse list */
HGOTO_ERROR(FAIL, H5E_tools_min_id_g, "H5Premove_filter failed");
}
else if(nfilters) {
- *has_filter = 1;
+ *has_filter = 1;
if (aux_copy_obj(dcpl_id, name, &filtobj) < 0)
HGOTO_ERROR(FAIL, H5E_tools_min_id_g, "aux_copy_obj failed");
}