diff options
Diffstat (limited to 'test/stab.c')
-rw-r--r-- | test/stab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stab.c b/test/stab.c index 9e84494..46c9ca9 100644 --- a/test/stab.c +++ b/test/stab.c @@ -192,7 +192,7 @@ main(void) /* Cleanup */ puts("All symbol table tests passed."); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: |