summaryrefslogtreecommitdiffstats
path: root/src/H5SM.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-07-24 19:07:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-07-24 19:07:43 (GMT)
commit05973a4e8610a7f6893d0eaed9c3eee3b008ba60 (patch)
treefbd503a5480e143e85b8d7283b0f96daf0377976 /src/H5SM.c
parentb8ef032be6b1273d7730eb3d6511413716700528 (diff)
downloadhdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.zip
hdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.tar.gz
hdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.tar.bz2
[svn-r14003] Description:
Code cleanup & whitespace fixups Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon)
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-xsrc/H5SM.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5SM.c b/src/H5SM.c
index 1e3ced3..bf0a5d8 100755
--- a/src/H5SM.c
+++ b/src/H5SM.c
@@ -1255,6 +1255,7 @@ H5SM_write_mesg(H5F_t *f, hid_t dxpl_id, H5O_t *open_oh,
if(share_in_ohdr && open_oh) {
/* Set up shared component info */
shared.type = H5O_SHARE_TYPE_HERE;
+
/* Retrieve any creation index from the native message */
if(H5O_msg_get_crt_index(type_id, mesg, &shared.u.loc.index) < 0)
HGOTO_ERROR(H5E_SOHM, H5E_CANTGET, FAIL, "unable to retrieve creation index")