diff options
Diffstat (limited to 'test/vfd.c')
-rw-r--r-- | test/vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -873,7 +873,7 @@ test_family_compat(void) error: H5E_BEGIN_TRY { H5Fclose(file); - H5Pclose(fapl); + H5Pclose(fapl); } H5E_END_TRY; return -1; |