summaryrefslogtreecommitdiffstats
path: root/src/H5Gent.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-02-10 15:35:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-02-10 15:35:47 (GMT)
commit841a7f4b50c886112e59a1eb70ba87a4693a2973 (patch)
treee2504f8332e2571db909f76f4ea45647dc576947 /src/H5Gent.c
parent3d9e0b86acb27b4aeb21371407b145c692dfd606 (diff)
downloadhdf5-841a7f4b50c886112e59a1eb70ba87a4693a2973.zip
hdf5-841a7f4b50c886112e59a1eb70ba87a4693a2973.tar.gz
hdf5-841a7f4b50c886112e59a1eb70ba87a4693a2973.tar.bz2
[svn-r21924] Description:
Correct a few typos in r21923 checkin that caused failures on linew & ember. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
Diffstat (limited to 'src/H5Gent.c')
-rw-r--r--src/H5Gent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gent.c b/src/H5Gent.c
index 3e3b995..17893fa 100644
--- a/src/H5Gent.c
+++ b/src/H5Gent.c
@@ -370,7 +370,7 @@ H5G__ent_reset(H5G_entry_t *ent)
HDmemset(ent, 0, sizeof(H5G_entry_t));
ent->header = HADDR_UNDEF;
- FUNC_LEAVE_NOAPI(SUCCEED)
+ FUNC_LEAVE_NOAPI_VOID
} /* end H5G__ent_reset() */