summaryrefslogtreecommitdiffstats
path: root/src/H5HG.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HG.c')
-rw-r--r--src/H5HG.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5HG.c b/src/H5HG.c
index f49aebd..b37c8fd 100644
--- a/src/H5HG.c
+++ b/src/H5HG.c
@@ -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;