commit cce5b68054e4e4a8c368b7b69e6f6fafaa08a766
parent 3595d6c6256678ffcada8eb3cc570c5d70d770c3
Author: wwp <wwp@free.fr>
Date: Sun, 19 Mar 2017 19:42:04 +0100
Correct/update comment.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/compose.c b/src/compose.c
@@ -6423,8 +6423,7 @@ static const gchar *compose_untranslated_header_name(gchar *header_name)
{
/* return the untranslated header name, if header_name is a known
header name, in either its translated or untranslated form, with
- or without trailing colon. return NULL if no matching header name
- is found or if header_name is NULL. */
+ or without trailing colon. otherwise, returns header_name. */
gchar *translated_header_name;
gchar *translated_header_name_wcolon;
const gchar *untranslated_header_name;