mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-27 08:01:04 +08:00
[svn-r20648] Description:
Correct spelling error in macro. (FUNC_ENTER_NOAPI_NOFUNC_NOINIT -> FUNC_ENTER_NOAPI_NOINIT_NOFUNC) Tested on: Eyeballed only. (h5committest not required for this branch)
This commit is contained in:
parent
8a5e400fda
commit
af1d83e5cf
@ -868,7 +868,7 @@ H5FD_mpiposix_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
|
||||
const H5FD_mpiposix_t *f2 = (const H5FD_mpiposix_t*)_f2;
|
||||
int ret_value=0;
|
||||
|
||||
FUNC_ENTER_NOAPI_NOFUNC_NOINIT(H5FD_mpiposix_cmp)
|
||||
FUNC_ENTER_NOAPI_NOINIT_NOFUNC(H5FD_mpiposix_cmp)
|
||||
|
||||
#ifdef _WIN32
|
||||
if (f1->fileindexhi < f2->fileindexhi) HGOTO_DONE(-1)
|
||||
|
Loading…
Reference in New Issue
Block a user