diff options
Diffstat (limited to 'test/flush2.c')
-rw-r--r-- | test/flush2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/flush2.c b/test/flush2.c index 3430163..ffdae59 100644 --- a/test/flush2.c +++ b/test/flush2.c @@ -91,7 +91,7 @@ main(void) if (H5Dclose(dset)<0) goto error; if (H5Fclose(file)<0) goto error; PASSED(); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: |