diff options
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -346,8 +346,8 @@ H5O_close(H5G_entry_t *obj_ent) *------------------------------------------------------------------------- */ static H5O_t * -H5O_load(H5F_t *f, haddr_t addr, const void UNUSED *_udata1, - void UNUSED *_udata2) +H5O_load(H5F_t *f, haddr_t addr, const void * UNUSED _udata1, + void * UNUSED _udata2) { H5O_t *oh = NULL; H5O_t *ret_value = NULL; |