diff options
Diffstat (limited to 'src/H5Flow.c')
-rw-r--r-- | src/H5Flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Flow.c b/src/H5Flow.c index 5b13715..7add2f9 100644 --- a/src/H5Flow.c +++ b/src/H5Flow.c @@ -577,7 +577,7 @@ H5F_low_alloc (H5F_low_t *lf, intn op, hsize_t alignment, hsize_t threshold, intn ret_value = FAIL; hsize_t wasted; - FUNC_ENTER (H5MF_acceptable, FAIL); + FUNC_ENTER (H5F_low_alloc, FAIL); assert (lf); assert (alignment>0); assert (size>0); |