summaryrefslogtreecommitdiffstats
path: root/src/H5Omessage.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-06-09 22:09:08 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-06-09 22:09:08 (GMT)
commit005bf26ff83fcd28255a77fb9bbb4a64495cb4a2 (patch)
treecbaf52a8a57f0fb6ad45c74b3193e6ee55ecbc78 /src/H5Omessage.c
parenteaedb70001536ae6c2a7f753c3a358f0e8ce5011 (diff)
downloadhdf5-005bf26ff83fcd28255a77fb9bbb4a64495cb4a2.zip
hdf5-005bf26ff83fcd28255a77fb9bbb4a64495cb4a2.tar.gz
hdf5-005bf26ff83fcd28255a77fb9bbb4a64495cb4a2.tar.bz2
Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop"
This reverts commit 4242753848c44ab3b5d226e66225eac2f64db314, reversing changes made to b0e79fe6dd20ec7aa1b3e5f0f8b370639a4ef5bd.
Diffstat (limited to 'src/H5Omessage.c')
-rw-r--r--src/H5Omessage.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5Omessage.c b/src/H5Omessage.c
index 90c2b23..158701b 100644
--- a/src/H5Omessage.c
+++ b/src/H5Omessage.c
@@ -732,12 +732,12 @@ H5O_msg_free_real(const H5O_msg_class_t *type, void *msg_native)
/*-------------------------------------------------------------------------
* Function: H5O_msg_copy
*
- * Purpose: Copies a message. If MESG is is the null pointer then a null
- * pointer is returned with no error.
+ * Purpose: Copies a message. If MESG is is the null pointer then a null
+ * pointer is returned with no error.
*
- * Return: Success: Ptr to the new message
+ * Return: Success: Ptr to the new message
*
- * Failure: NULL
+ * Failure: NULL
*
* Programmer: Robb Matzke
* Thursday, May 21, 1998
@@ -748,7 +748,7 @@ void *
H5O_msg_copy(unsigned type_id, const void *mesg, void *dst)
{
const H5O_msg_class_t *type; /* Actual H5O class type for the ID */
- void *ret_value = NULL; /* Return value */
+ void *ret_value = NULL; /* Return value */
FUNC_ENTER_NOAPI(NULL)