diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-02-16 16:02:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-02-16 16:02:36 (GMT) |
commit | bec75e8c14364fbf91ab68d0ef1d037fe31046a9 (patch) | |
tree | 875af43a3fbe452eb8db289a31ce55357b1641ac /src/H5FDwindows.c | |
parent | 67164dec32490a20f4d84f1d35a6553177426945 (diff) | |
download | hdf5-bec75e8c14364fbf91ab68d0ef1d037fe31046a9.zip hdf5-bec75e8c14364fbf91ab68d0ef1d037fe31046a9.tar.gz hdf5-bec75e8c14364fbf91ab68d0ef1d037fe31046a9.tar.bz2 |
[svn-r21947] Description:
Catch a missing FUNC_ENTER that escaped the recent pass through the source
code.
Tested on:
None, too minor, just eyeballed.
Diffstat (limited to 'src/H5FDwindows.c')
-rw-r--r-- | src/H5FDwindows.c | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |