diff options
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; |