diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-16 21:59:04 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-16 21:59:04 (GMT) |
commit | 4fa5189caa933bf77ecf1092a41355e699a130b0 (patch) | |
tree | b09d1775212535d93638461359dd65c26fade3f4 /src | |
parent | e7643394b0a3d761b438ff22a7b6372d1182dd15 (diff) | |
download | hdf5-4fa5189caa933bf77ecf1092a41355e699a130b0.zip hdf5-4fa5189caa933bf77ecf1092a41355e699a130b0.tar.gz hdf5-4fa5189caa933bf77ecf1092a41355e699a130b0.tar.bz2 |
[svn-r917] The name was wrong in the FUNC_ENTER macro of one of the entries.
Diffstat (limited to 'src')
-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); |