diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-02-16 16:03:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-02-16 16:03:35 (GMT) |
commit | 470bc6a33b8f6443853812bd789640af5ed4c8e8 (patch) | |
tree | eaeb21ad64ea54592abfe4437d97f4ba3c51204f /src | |
parent | 34e40a1294648b253e7c4bc6e746b962535d5c46 (diff) | |
download | hdf5-470bc6a33b8f6443853812bd789640af5ed4c8e8.zip hdf5-470bc6a33b8f6443853812bd789640af5ed4c8e8.tar.gz hdf5-470bc6a33b8f6443853812bd789640af5ed4c8e8.tar.bz2 |
[svn-r21948] Description:
Bring r21947 from trunk to 1.8 branch:
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')
-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))) |