summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-29 21:03:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-29 21:03:33 (GMT)
commitb51c4f6d24fa95c3ae9c465880a2256a86bb7b47 (patch)
tree3cbd4a2addcf0654730ae74f0b842cc15aa471ee /src/H5Pdcpl.c
parentd4eec2cb073e4e9f02ca990cbd93480e526a130e (diff)
downloadhdf5-b51c4f6d24fa95c3ae9c465880a2256a86bb7b47.zip
hdf5-b51c4f6d24fa95c3ae9c465880a2256a86bb7b47.tar.gz
hdf5-b51c4f6d24fa95c3ae9c465880a2256a86bb7b47.tar.bz2
[svn-r8760] Purpose:
Code cleanup & small bug fix Description: Regenerate dependency files Add htri_t as separate type from hbool_t for code tracing purposes. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel too minor to require h5committest
Diffstat (limited to 'src/H5Pdcpl.c')
-rw-r--r--src/H5Pdcpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c
index 1084ca3..fb5f9a9 100644
--- a/src/H5Pdcpl.c
+++ b/src/H5Pdcpl.c
@@ -942,7 +942,7 @@ H5Pall_filters_avail(hid_t plist_id)
hbool_t ret_value=TRUE; /* return value */
FUNC_ENTER_API(H5Pall_filters_avail, UFAIL);
- H5TRACE1("b","i",plist_id);
+ H5TRACE1("t","i",plist_id);
/* Get the plist structure */
if(NULL == (plist = H5P_object_verify(plist_id,H5P_DATASET_CREATE)))