From 78764a34014474c44254ace3fbe3033895d159c7 Mon Sep 17 00:00:00 2001 From: toogley Date: Tue, 21 Feb 2017 21:00:57 +0100 Subject: [PATCH] fix minor reflow issues in some comments See: https://github.com/neomutt/neomutt/pull/392#discussion_r102072729 for the discussion. --- charset.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charset.c b/charset.c index df9002d54..72b171560 100644 --- a/charset.c +++ b/charset.c @@ -43,8 +43,8 @@ /* * The following list has been created manually from the data under: - * http://www.isi.edu/in-notes/iana/assignments/character-sets Last update: - * 2000-09-07 + * http://www.isi.edu/in-notes/iana/assignments/character-sets + * Last update: 2000-09-07 * * Note that it includes only the subset of character sets for which a preferred * MIME name is given. @@ -520,8 +520,8 @@ int mutt_convert_string (char **ps, const char *from, const char *to, int flags) /* - * FGETCONV stuff for converting a file while reading it Used in sendlib.c for - * converting from mutt's Charset + * FGETCONV stuff for converting a file while reading it. + * Used in sendlib.c for converting from mutt's Charset */ struct fgetconv_s -- 2.40.0