diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-11 21:50:06 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-11 21:50:06 (GMT) |
commit | d6ada6ff1f263a66ecd6510044160b36c58126eb (patch) | |
tree | 8f3c0125b4e71953154af3d79de19c118ba06044 /test/vds_env.c | |
parent | 6e8bd1280ad1582c126d64d880f858251add1251 (diff) | |
download | hdf5-d6ada6ff1f263a66ecd6510044160b36c58126eb.zip hdf5-d6ada6ff1f263a66ecd6510044160b36c58126eb.tar.gz hdf5-d6ada6ff1f263a66ecd6510044160b36c58126eb.tar.bz2 |
Taking out unnecessary diff files for output.
Diffstat (limited to 'test/vds_env.c')
-rw-r--r-- | test/vds_env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vds_env.c b/test/vds_env.c index 4ee8096..55e4c85 100644 --- a/test/vds_env.c +++ b/test/vds_env.c @@ -310,7 +310,7 @@ main(void) /* Loop through all the combinations of low/high version bounds */ for(low = H5F_LIBVER_EARLIEST; low < H5F_LIBVER_NBOUNDS; H5_INC_ENUM(H5F_libver_t, low)) { - for(high = H5F_LIBVER_EARLIEST; high < H5F_LIBVER_NBOUNDS; high++) { + for(high = H5F_LIBVER_EARLIEST; high < H5F_LIBVER_NBOUNDS; H5_INC_ENUM(H5F_libver_t, high)) { char msg[80]; /* Message for file version bounds */ char *low_string; /* The low bound string */ char *high_string; /* The high bound string */ |