diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-11-28 18:01:10 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-11-28 18:01:10 (GMT) |
commit | 978e83fb5b5715de26ffb795ed5cabd63d729cd0 (patch) | |
tree | b5e47ce726741016bf6a04604973419a0f9a1063 /test/vfd.c | |
parent | 2c3d02e6e5771c05e666d4ccf4a77915d0bf1e50 (diff) | |
parent | 1921f7f4ad8cf3e7ef271183b6af897b3af87ab9 (diff) | |
download | hdf5-978e83fb5b5715de26ffb795ed5cabd63d729cd0.zip hdf5-978e83fb5b5715de26ffb795ed5cabd63d729cd0.tar.gz hdf5-978e83fb5b5715de26ffb795ed5cabd63d729cd0.tar.bz2 |
Merge branch 'develop' into eoc_valgrind_bugfix
Diffstat (limited to 'test/vfd.c')
-rw-r--r-- | test/vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -997,7 +997,7 @@ test_family_compat(void) counter++; HDsnprintf(newname_individual, sizeof(newname_individual), newname, counter); HDsnprintf(pathname_individual, sizeof(pathname_individual), pathname, counter); - } + } /* end while */ /* Make sure we can open the file. Use the read and write mode to flush the * superblock. */ |