summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-29 21:03:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-29 21:03:52 (GMT)
commiteb0f44eee9ed6d6db2c9fe546976d15fa00202d6 (patch)
treeeac256852bb7bcc28c810d83cbf23b45f9220026 /src/H5Tcommit.c
parent1e6d66909c4d3ff327193460b645113422ad4c29 (diff)
downloadhdf5-eb0f44eee9ed6d6db2c9fe546976d15fa00202d6.zip
hdf5-eb0f44eee9ed6d6db2c9fe546976d15fa00202d6.tar.gz
hdf5-eb0f44eee9ed6d6db2c9fe546976d15fa00202d6.tar.bz2
[svn-r8761] 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/H5Tcommit.c')
-rw-r--r--src/H5Tcommit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c
index 37363b5..a924ee0 100644
--- a/src/H5Tcommit.c
+++ b/src/H5Tcommit.c
@@ -205,7 +205,7 @@ H5Tcommitted(hid_t type_id)
htri_t ret_value; /* Return value */
FUNC_ENTER_API(H5Tcommitted, FAIL);
- H5TRACE1("b","i",type_id);
+ H5TRACE1("t","i",type_id);
/* Check arguments */
if (NULL==(type=H5I_object_verify(type_id,H5I_DATATYPE)))