summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-20 15:19:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-20 15:19:18 (GMT)
commit970416829fb40ee7f1c33fe1289e9b7b88ad84a9 (patch)
treec344e5f62bb295d7e6385ef6918f9761c751b5b0 /src/H5T.c
parente34f6e8c9ef53157422f871b4f674946d02370d3 (diff)
downloadhdf5-970416829fb40ee7f1c33fe1289e9b7b88ad84a9.zip
hdf5-970416829fb40ee7f1c33fe1289e9b7b88ad84a9.tar.gz
hdf5-970416829fb40ee7f1c33fe1289e9b7b88ad84a9.tar.bz2
[svn-r7071] Purpose:
Code cleanup Description: Tweak internal iterator over IDs to not require constant "operator" data. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5T.c b/src/H5T.c
index 6179ff4..7054958 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -1853,7 +1853,7 @@ done:
*-------------------------------------------------------------------------
*/
static int
-H5T_unlock_cb (void *_dt, hid_t UNUSED id, const void UNUSED *key)
+H5T_unlock_cb (void *_dt, hid_t UNUSED id, void UNUSED *key)
{
H5T_t *dt = (H5T_t *)_dt;