diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-12-22 20:56:36 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-12-22 20:56:36 (GMT) |
commit | 2d42a6277c8050d029af8fc306c6c2b3c0bf57be (patch) | |
tree | 4b4550cb45a225228cb83444ba52e66380365004 /src | |
parent | b1c318eebe05605f5086fb79cfd7e88d4b949bcf (diff) | |
download | hdf5-2d42a6277c8050d029af8fc306c6c2b3c0bf57be.zip hdf5-2d42a6277c8050d029af8fc306c6c2b3c0bf57be.tar.gz hdf5-2d42a6277c8050d029af8fc306c6c2b3c0bf57be.tar.bz2 |
[svn-r13087] Added a small test to check that SOHMs work fine when using external links. They do.
Tested on smirom, kagiso, and Windows.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Omessage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Omessage.c b/src/H5Omessage.c index bedfcb2..70e2b2a 100644 --- a/src/H5Omessage.c +++ b/src/H5Omessage.c @@ -2036,7 +2036,7 @@ H5O_msg_delete(H5F_t *f, hid_t dxpl_id, unsigned type_id, const void *mesg) done: FUNC_LEAVE_NOAPI(ret_value) -} /* end H5O_msg_decode() */ +} /* end H5O_msg_delete() */ /*------------------------------------------------------------------------- |