[svn-r21932] Description:

Correct misnamed FUNC_ENTER macro.

Tested on:
    Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
    (too minor to require h5committest)
This commit is contained in:
Quincey Koziol 2012-02-13 10:14:35 -05:00
parent 12339b0759
commit a7d4397b79

View File

@ -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(HADDR_UNDEF)
FUNC_ENTER_NOAPI_NOINIT
FUNC_LEAVE_NOAPI(MAX(file->eof, file->eoa))
}