diff options
Diffstat (limited to 'src/H5HFman.c')
-rw-r--r-- | src/H5HFman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFman.c b/src/H5HFman.c index cf3f939..e069e82 100644 --- a/src/H5HFman.c +++ b/src/H5HFman.c @@ -246,7 +246,7 @@ done: *------------------------------------------------------------------------- */ static herr_t -H5HF_man_op_real(H5HF_hdr_t *hdr, hid_t dxpl_id, const uint8_t *id, +H5HF_man_op_real(H5HF_hdr_t *hdr, hid_t dxpl_id, const uint8_t *id, H5HF_operator_t op, void *op_data, unsigned op_flags) { H5HF_direct_t *dblock = NULL; /* Pointer to direct block to query */ |