summaryrefslogtreecommitdiffstats
path: root/src/H5FDdirect.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-04-26 21:18:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-04-26 21:18:03 (GMT)
commit0ef7cabc633e303f61305362e07b86375aa0753f (patch)
tree63b645512a1492c7211568e7470922a25051bf6a /src/H5FDdirect.c
parentaf1d83e5cf4dddbf7c6b1147eceec0c2cd94802b (diff)
downloadhdf5-0ef7cabc633e303f61305362e07b86375aa0753f.zip
hdf5-0ef7cabc633e303f61305362e07b86375aa0753f.tar.gz
hdf5-0ef7cabc633e303f61305362e07b86375aa0753f.tar.bz2
[svn-r20650] Description:
Fix spelling error: FUNC_ENTER_NOAPI_NOFUNC_NONIT -> FUNC_ENTER_NOAPI_NOINIT_NOFUNC Tested on: FreeBSD/32 8.2 (loyalty) FreeBSD/64 8.2 (loyalty)
Diffstat (limited to 'src/H5FDdirect.c')
-rw-r--r--src/H5FDdirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c
index 8ff0653..469fe9d 100644
--- a/src/H5FDdirect.c
+++ b/src/H5FDdirect.c
@@ -677,7 +677,7 @@ H5FD_direct_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
const H5FD_direct_t *f2 = (const H5FD_direct_t*)_f2;
int ret_value=0;
- FUNC_ENTER_NOAPI_NOFUNC_NONIT(H5FD_direct_cmp)
+ FUNC_ENTER_NOAPI_NOINIT_NOFUNC(H5FD_direct_cmp)
#ifdef _WIN32
if (f1->fileindexhi < f2->fileindexhi) HGOTO_DONE(-1)