summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-07-26 21:33:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-07-26 21:33:10 (GMT)
commit4a5b97b930b69cd9b9897ca4698c26f9ca0dc203 (patch)
tree63cbf15c961ccb6f17ebdcff18ce271131866d23 /src/H5F.c
parentd97bf49baf813aadebc05e0bfe675e36added980 (diff)
downloadhdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.zip
hdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.tar.gz
hdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.tar.bz2
[svn-r14022] Description:
Remove stray reference to "group revision" configure flag Remove Windows-specific EOL characters from src/H5FDwindows.c Add some missing types to bin/trace Re-run bin/reconfigure script to regenerate information after changes above. Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (linux) Solaris/32 2.10 (linew)
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5F.c b/src/H5F.c
index f478813..58ea43e 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -3594,6 +3594,7 @@ H5Fget_info(hid_t obj_id, H5F_info_t *finfo)
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(H5Fget_info, FAIL)
+ H5TRACE2("e", "i*x", obj_id, finfo);
/* Check args */
if(!finfo)