From 80a062ef30a2f945f6634ca9a0bf2b886a54e3ae Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 14 Dec 2021 14:14:54 +0800 Subject: Doc progress, reimpl txtrec scripts in Python ... * Delete prne_own_recon_param() as it served no purpose --- src/imap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imap.h') diff --git a/src/imap.h b/src/imap.h index 2f52755..c3b5a91 100644 --- a/src/imap.h +++ b/src/imap.h @@ -80,7 +80,7 @@ void prne_imap_clear (prne_imap_t *im); * \param val The value of the new tuple. * \return The pointer to the new tuple allocated in the map. The pointer is * valid as long as the map object remains unmodified. - * \retval NULL if a memory allocation has occurred and \c errno is set to + * \retval NULL if memory allocation error has occurred and \c errno is set to * \c ENOMEM * \note Calling the function invalidates the pointers previously returned by * other functions. -- cgit