summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch/swmr_check_compat_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/tools/h5watch/swmr_check_compat_vfd.c')
-rw-r--r--hl/tools/h5watch/swmr_check_compat_vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/swmr_check_compat_vfd.c b/hl/tools/h5watch/swmr_check_compat_vfd.c
index 7d11a73..26f76cb 100644
--- a/hl/tools/h5watch/swmr_check_compat_vfd.c
+++ b/hl/tools/h5watch/swmr_check_compat_vfd.c
@@ -48,7 +48,7 @@ main(void)
driver = HDgetenv("HDF5_DRIVER");
- if(H5FD_supports_swmr_test(driver))
+ if(H5FD__supports_swmr_test(driver))
return EXIT_SUCCESS;
else
return EXIT_FAILURE;