From: Richard Russon Date: Sun, 31 Dec 2017 02:49:22 +0000 (+0000) Subject: doxygen X-Git-Tag: neomutt-20180223~53^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3192de2c077e31d5dbb2aaceb3374a060ec76eee;p=neomutt doxygen --- diff --git a/mutt/regex.c b/mutt/regex.c index 557244514..790b17f6a 100644 --- a/mutt/regex.c +++ b/mutt/regex.c @@ -61,7 +61,7 @@ /** * mutt_regex_compile - Create an Regex from a string * @param str Regular expression - * @param flags Type flags, e.g. #REG_ICASE + * @param flags Type flags, e.g. REG_ICASE * @retval ptr New Regex object * @retval NULL Error */