summaryrefslogtreecommitdiffstats
path: root/src/H5FDcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r--src/H5FDcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c
index b51ea8c..559af82 100644
--- a/src/H5FDcore.c
+++ b/src/H5FDcore.c
@@ -214,7 +214,7 @@ H5FD_core_init(void)
FUNC_ENTER_NOAPI(FAIL)
- if(H5I_VFL != H5Iget_type(H5FD_CORE_g))
+ if(H5I_VFL != H5I_get_type(H5FD_CORE_g))
H5FD_CORE_g = H5FD_register(&H5FD_core_g,sizeof(H5FD_class_t),FALSE);
/* Set return value */