[svn-r8287] Purpose:
Bug fix/code cleanup
Description:
Copy Robb's feature in SSlib that checks that the name of the function
used in the FUNC_ENTER macro is actually the name of function.
Fixed a bunch of typos & copy-n-pasto's for functions with incorrect names.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel
too minor to require h5committest
This commit is contained in:
@@ -607,7 +607,7 @@ H5FD_sec2_get_eof(H5FD_t *_file)
|
||||
H5FD_sec2_t *file = (H5FD_sec2_t*)_file;
|
||||
haddr_t ret_value; /* Return value */
|
||||
|
||||
FUNC_ENTER_NOAPI(H5FD_get_get_eof, HADDR_UNDEF)
|
||||
FUNC_ENTER_NOAPI(H5FD_sec2_get_eof, HADDR_UNDEF)
|
||||
|
||||
/* Set return value */
|
||||
ret_value=MAX(file->eof, file->eoa);
|
||||
|
||||
Reference in New Issue
Block a user