From: Richard Russon Date: Fri, 8 Feb 2019 19:15:05 +0000 (+0000) Subject: doxy: fix typo X-Git-Tag: 2019-10-25~372^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f2afc294d2257c3bf1df42223e087f50fc4cb3c;p=neomutt doxy: fix typo --- diff --git a/mutt/file.c b/mutt/file.c index ea1e53cf7..92ff4e477 100644 --- a/mutt/file.c +++ b/mutt/file.c @@ -1296,8 +1296,8 @@ char *mutt_file_read_keyword(const char *file, char *buf, size_t buflen) /** * mutt_file_check_empty - Is the mailbox empty * @param path Path to mailbox - * @retval 1 Mailbox is not empty - * @retval 0 Mailbox is empty + * @retval 1 Mailbox is empty + * @retval 0 Mailbox is not empty * @retval -1 Error */ int mutt_file_check_empty(const char *path)