summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5O.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5O.c b/src/H5O.c
index c4203bc..2464f18 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -169,7 +169,7 @@ static H5O_t *
H5O_load (hdf5_file_t *f, haddr_t addr, const void *_data)
{
H5O_t *oh = NULL;
- H5O_t *ret_value = (void*)SUCCEED; /*kludge for HGOTO_ERROR*/
+ H5O_t *ret_value = (void*)1; /*kludge for HGOTO_ERROR*/
uint8 buf[16], *p;
size_t hdr_size, mesg_size;
uintn id;