diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-20 02:28:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-20 02:28:52 (GMT) |
commit | 101fa7af8ebe26ad015b64d3b881df8a9124ccc2 (patch) | |
tree | 5fdb1f02dd14a502cffa330b69c0b87a9fc68e2f /test/unlink.c | |
parent | 4a42b04e592d35d38f1a390a2e56464f7dfc313e (diff) | |
download | hdf5-101fa7af8ebe26ad015b64d3b881df8a9124ccc2.zip hdf5-101fa7af8ebe26ad015b64d3b881df8a9124ccc2.tar.gz hdf5-101fa7af8ebe26ad015b64d3b881df8a9124ccc2.tar.bz2 |
Cleanups and normalizations against incoming page_buffering changes.
Diffstat (limited to 'test/unlink.c')
-rw-r--r-- | test/unlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unlink.c b/test/unlink.c index 660a155..e52699a 100644 --- a/test/unlink.c +++ b/test/unlink.c @@ -2440,9 +2440,9 @@ int main(void) { hid_t fapl, fapl2, file; - int nerrors = 0; + int nerrors = 0; char filename[1024]; - unsigned new_format; + unsigned new_format; /* Metadata cache parameters */ int mdc_nelmts; |