]> granicus.if.org Git - neomutt/commitdiff
Fix #999. A single missing comma.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 23 Jan 2002 01:02:39 +0000 (01:02 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 23 Jan 2002 01:02:39 +0000 (01:02 +0000)
charset.c

index 549556dbf98b7663d7b750d036af1dd13714634d..4b9272eae3f2239a84412bd1d8e1fb092ca1b961 100644 (file)
--- 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 <tgakic@sg10.chem.tue.nl> */
-  { "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 */