From: Thomas Roessler Date: Wed, 23 Jan 2002 01:02:39 +0000 (+0000) Subject: Fix #999. A single missing comma. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16ee2c3203f270f12766cde993e4ddb3afb8eab2;p=neomutt Fix #999. A single missing comma. --- diff --git a/charset.c b/charset.c index 549556dbf..4b9272eae 100644 --- a/charset.c +++ b/charset.c @@ -174,7 +174,7 @@ PreferredMIMENames[] = { "latin9", "iso-8859-15" }, /* this is not a bug */ /* Suggested by Ionel Mugurel Ciobica */ - { "latin0" "iso-8859-15" }, /* this is not a bug */ + { "latin0", "iso-8859-15" }, /* this is not a bug */ { "iso_8859-16", "iso-8859-16" }, { "latin10", "iso-8859-16" }, /* this is not a bug */