diff options
Diffstat (limited to 'src/H5HG.c')
-rw-r--r-- | src/H5HG.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -230,8 +230,8 @@ printf("%s: heap->obj[0].size=%d, size=%d\n",FUNC,(int)heap->obj[0].size,(int)si *------------------------------------------------------------------------- */ static H5HG_heap_t * -H5HG_load (H5F_t *f, haddr_t addr, const void UNUSED *udata1, - void UNUSED *udata2) +H5HG_load (H5F_t *f, haddr_t addr, const void * UNUSED udata1, + void * UNUSED udata2) { H5HG_heap_t *heap = NULL; H5HG_heap_t *ret_value = NULL; |