diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-29 21:03:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-29 21:03:33 (GMT) |
commit | b51c4f6d24fa95c3ae9c465880a2256a86bb7b47 (patch) | |
tree | 3cbd4a2addcf0654730ae74f0b842cc15aa471ee /src/H5Z.c | |
parent | d4eec2cb073e4e9f02ca990cbd93480e526a130e (diff) | |
download | hdf5-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/H5Z.c')
-rw-r--r-- | src/H5Z.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -407,7 +407,7 @@ H5Zfilter_avail(H5Z_filter_t id) htri_t ret_value=FALSE; /* Return value */ FUNC_ENTER_API(H5Zfilter_avail, FAIL) - H5TRACE1("b","Zf",id); + H5TRACE1("t","Zf",id); /* Check args */ if(id<0 || id>H5Z_FILTER_MAX) |