Fixed an incorrect FUNC_ENTER macro.

This commit is contained in:
Dana Robinson 2017-11-30 17:25:39 -08:00
parent bbb512bb55
commit 2e80fbbfcc

View File

@ -2896,7 +2896,7 @@ H5L_exists(const H5G_loc_t *loc, const char *name, hid_t lapl_id, hid_t dxpl_id)
H5L_trav_le_t udata; /* User data for traversal */
htri_t ret_value = FAIL; /* Return value */
FUNC_ENTER_STATIC
FUNC_ENTER_NOAPI(FAIL)
/* A path of "/" will always exist in a file */
if(0 == HDstrcmp(name, "/"))