From 1032d829564793f03868cb3a9580453fc274b0e8 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Tue, 23 Sep 2008 00:49:02 +0200 Subject: [PATCH] Add comment to make sure people don't mess up. --- src/text/strings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/text/strings.c b/src/text/strings.c index 93e0c70f5b..165ab6192d 100644 --- a/src/text/strings.c +++ b/src/text/strings.c @@ -243,6 +243,7 @@ static struct xml_entity_s size_t i_length; const char *psz_char; } p_xml_entities[] = { + /* Important: this list has to be in alphabetical order (psz_entity-wise) */ { "Æ", 7, "Æ" }, { "Á", 8, "Á" }, { "Â", 7, "Â" }, -- 2.39.2