From: Richard Russon Date: Tue, 28 Aug 2018 22:04:05 +0000 (+0100) Subject: release build fixes X-Git-Tag: 2019-10-25~675 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1414877be581285d17984aee7ee0d6b9f2addee5;p=neomutt release build fixes --- diff --git a/browser.c b/browser.c index 2a877108f..fbce5f481 100644 --- a/browser.c +++ b/browser.c @@ -704,7 +704,7 @@ static const char *group_index_format_str(char *buf, size_t buflen, size_t col, /** * add_folder - Add a folder to the browser list - * @param m Menu to + * @param m Menu to use * @param state Browser state * @param name Name of folder * @param desc Description of folder diff --git a/mutt/path.c b/mutt/path.c index 4c3f55ee9..6631b9cfc 100644 --- a/mutt/path.c +++ b/mutt/path.c @@ -469,7 +469,6 @@ size_t mutt_path_realpath(char *buf) /** * mutt_path_parent - Find the parent of a path - * @param path Path to use * @param buf Buffer for the result * @param buflen Length of buffer * @retval true Success diff --git a/mx.c b/mx.c index 009b3b28e..3ea1e3e45 100644 --- a/mx.c +++ b/mx.c @@ -488,10 +488,12 @@ static int trash_append(struct Context *ctx) /** * mx_mbox_close - Save changes and close mailbox - * @param ctx Mailbox + * @param pctx Mailbox * @param index_hint Current email * @retval 0 Success * @retval -1 Failure + * + * @note Context will be freed after it's closed */ int mx_mbox_close(struct Context **pctx, int *index_hint) {