mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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)
This commit is contained in:
parent
af1d83e5cf
commit
0ef7cabc63
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user