From 16ee2c3203f270f12766cde993e4ddb3afb8eab2 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 23 Jan 2002 01:02:39 +0000 Subject: [PATCH] Fix #999. A single missing comma. --- charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0