diff options
Diffstat (limited to 'test/ohdr.c')
-rw-r--r-- | test/ohdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ohdr.c b/test/ohdr.c index 6fcffe0..114ac02 100644 --- a/test/ohdr.c +++ b/test/ohdr.c @@ -267,7 +267,7 @@ main(void) PASSED(); puts("All object header tests passed."); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: |