summaryrefslogtreecommitdiffstats
path: root/src/H5FD.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FD.c')
-rw-r--r--src/H5FD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FD.c b/src/H5FD.c
index ccc95eb..fdd0680 100644
--- a/src/H5FD.c
+++ b/src/H5FD.c
@@ -145,7 +145,7 @@ H5FD_term_interface(void)
{
int n = 0;
- FUNC_ENTER_NOINIT(H5_term_interface);
+ FUNC_ENTER_NOINIT(H5FD_term_interface);
if (interface_initialize_g) {
if ((n=H5I_nmembers(H5I_VFL))) {