From bec75e8c14364fbf91ab68d0ef1d037fe31046a9 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 16 Feb 2012 11:02:36 -0500 Subject: [svn-r21947] Description: Catch a missing FUNC_ENTER that escaped the recent pass through the source code. Tested on: None, too minor, just eyeballed. --- src/H5FDwindows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDwindows.c b/src/H5FDwindows.c index 28434ec..8dd7555 100644 --- a/src/H5FDwindows.c +++ b/src/H5FDwindows.c @@ -53,7 +53,7 @@ H5Pset_fapl_windows(hid_t fapl_id) H5P_genplist_t *plist; /* Property list pointer */ herr_t ret_value; - FUNC_ENTER_API(H5Pset_fapl_windows, FAIL) + FUNC_ENTER_API(FAIL) H5TRACE1("e", "i", fapl_id); if(NULL == (plist = H5P_object_verify(fapl_id, H5P_FILE_ACCESS))) -- cgit v0.12