summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/h5dumpgentest.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2020-01-09 22:16:23 (GMT)
committerkmu <kmu@hdfgroup.org>2020-01-09 22:16:23 (GMT)
commit6710ed5e0a03de50a5679c92437df82893da6813 (patch)
treed386f1bfa160f84be4c7963b2506dc1c1599667d /tools/test/h5dump/h5dumpgentest.c
parentde28f691ba42e295341ed1098caa1f3b980cc4eb (diff)
parente05fe70195edb8be9b3e297a37e65e49b226ade2 (diff)
downloadhdf5-6710ed5e0a03de50a5679c92437df82893da6813.zip
hdf5-6710ed5e0a03de50a5679c92437df82893da6813.tar.gz
hdf5-6710ed5e0a03de50a5679c92437df82893da6813.tar.bz2
Merge branch 'hdf5_1_10' of https://git.hdfgroup.org/scm/~kmu/hdf5 into hdf5_1_10
Diffstat (limited to 'tools/test/h5dump/h5dumpgentest.c')
-rw-r--r--tools/test/h5dump/h5dumpgentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/h5dumpgentest.c b/tools/test/h5dump/h5dumpgentest.c
index ce27a36..220937d 100644
--- a/tools/test/h5dump/h5dumpgentest.c
+++ b/tools/test/h5dump/h5dumpgentest.c
@@ -3759,7 +3759,7 @@ void gent_multi(void)
HDassert(HDstrlen(multi_letters) == H5FD_MEM_NTYPES);
- for(mt = H5FD_MEM_DEFAULT; mt < H5FD_MEM_NTYPES; H5_INC_ENUM(H5FD_mem_t,mt)) {
+ for(mt = H5FD_MEM_DEFAULT; mt < H5FD_MEM_NTYPES; mt++) {
memb_fapl[mt] = H5P_DEFAULT;
memb_map[mt] = mt;
HDsprintf(sv[mt], "%%s-%c.h5", multi_letters[mt]);