From 841a7f4b50c886112e59a1eb70ba87a4693a2973 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 10 Feb 2012 10:35:47 -0500 Subject: [svn-r21924] Description: Correct a few typos in r21923 checkin that caused failures on linew & ember. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel --- src/H5FDdirect.c | 4 ++-- src/H5Gent.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c index 8f3cf45..fc28a41 100644 --- a/src/H5FDdirect.c +++ b/src/H5FDdirect.c @@ -770,7 +770,7 @@ H5FD_direct_get_eoa(const H5FD_t *_file, H5FD_mem_t UNUSED type) { const H5FD_direct_t *file = (const H5FD_direct_t*)_file; - FUNC_ENTER_NOAPI_NOINIT_NOER + FUNC_ENTER_NOAPI_NOINIT_NOERR FUNC_LEAVE_NOAPI(file->eoa) } @@ -835,7 +835,7 @@ H5FD_direct_get_eof(const H5FD_t *_file) { const H5FD_direct_t *file = (const H5FD_direct_t*)_file; - FUNC_ENTER_NOAPI(H5FD_direct_get_eof, HADDR_UNDEF) + FUNC_ENTER_NOAPI(HADDR_UNDEF) FUNC_LEAVE_NOAPI(MAX(file->eof, file->eoa)) } diff --git a/src/H5Gent.c b/src/H5Gent.c index 3e3b995..17893fa 100644 --- a/src/H5Gent.c +++ b/src/H5Gent.c @@ -370,7 +370,7 @@ H5G__ent_reset(H5G_entry_t *ent) HDmemset(ent, 0, sizeof(H5G_entry_t)); ent->header = HADDR_UNDEF; - FUNC_LEAVE_NOAPI(SUCCEED) + FUNC_LEAVE_NOAPI_VOID } /* end H5G__ent_reset() */ -- cgit v0.12