diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-30 16:20:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-30 16:20:46 (GMT) |
commit | c58d85f10eb0f7da7ac920b0655937f7521e9d8c (patch) | |
tree | 5920e9682efd3a548fa78ed67735efa153dfcef0 /test/lheap.c | |
parent | c48165cb11b0cb9a06239a0268c1c97336ffe6fd (diff) | |
download | hdf5-c58d85f10eb0f7da7ac920b0655937f7521e9d8c.zip hdf5-c58d85f10eb0f7da7ac920b0655937f7521e9d8c.tar.gz hdf5-c58d85f10eb0f7da7ac920b0655937f7521e9d8c.tar.bz2 |
[svn-r7527] Purpose:
Code cleanup
Description:
Clean up a few loose ends and warnings for the 1.6 compatibility changes
to the error API.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'test/lheap.c')
-rw-r--r-- | test/lheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lheap.c b/test/lheap.c index 9e70848..e1694ba 100644 --- a/test/lheap.c +++ b/test/lheap.c @@ -126,7 +126,7 @@ main(void) goto error; } for (i=0; i<NOBJS; i++) { - H5HL_t *heap = NULL; + const H5HL_t *heap = NULL; sprintf(buf, "%03d-", i); for (j=4; j<i; j++) buf[j] = '0' + j%10; |