diff options
author | David Timber <mieabby@gmail.com> | 2021-12-14 14:14:54 +0800 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2021-12-14 14:14:54 +0800 |
commit | 80a062ef30a2f945f6634ca9a0bf2b886a54e3ae (patch) | |
tree | 5425fb4a41ccceb04e15444865c9cbb94cc89dd5 /src/imap.h | |
parent | 15ba357fa1b309171b4a6def367b7f82724f2e55 (diff) |
Doc progress, reimpl txtrec scripts in Python ...
* Delete prne_own_recon_param() as it served no purpose
Diffstat (limited to 'src/imap.h')
-rw-r--r-- | src/imap.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |