From af1d83e5cf4dddbf7c6b1147eceec0c2cd94802b Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 26 Apr 2011 15:26:44 -0500 Subject: [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) --- src/H5FDmpiposix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12