diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-26 20:26:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-26 20:26:44 (GMT) |
commit | af1d83e5cf4dddbf7c6b1147eceec0c2cd94802b (patch) | |
tree | 8fd33962bb9c03e061cd38484653e5f6ed04a69e /src/H5FDmpiposix.c | |
parent | 8a5e400fda99c06a930e7acdcbe6afad7f1f57dc (diff) | |
download | hdf5-af1d83e5cf4dddbf7c6b1147eceec0c2cd94802b.zip hdf5-af1d83e5cf4dddbf7c6b1147eceec0c2cd94802b.tar.gz hdf5-af1d83e5cf4dddbf7c6b1147eceec0c2cd94802b.tar.bz2 |
[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)
Diffstat (limited to 'src/H5FDmpiposix.c')
-rw-r--r-- | src/H5FDmpiposix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpiposix.c b/src/H5FDmpiposix.c index 3c40bd0..bcedaed 100644 --- a/src/H5FDmpiposix.c +++ b/src/H5FDmpiposix.c @@ -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) |