diff options
Diffstat (limited to 'src/H5FDfphdf5.c')
-rw-r--r-- | src/H5FDfphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDfphdf5.c b/src/H5FDfphdf5.c index f30d25d..950fa3f 100644 --- a/src/H5FDfphdf5.c +++ b/src/H5FDfphdf5.c @@ -376,7 +376,7 @@ H5FD_fphdf5_is_captain(H5FD_t *_file) H5FD_fphdf5_t *file = (H5FD_fphdf5_t*)_file; hbool_t ret_value = FALSE; - FUNC_ENTER_NOAPI(H5FD_fphdf5_is_sap, FALSE) + FUNC_ENTER_NOAPI(H5FD_fphdf5_is_captain, FALSE) /* check args */ assert(file); |