]> git.sesse.net Git - vlc/commitdiff
Add comment to make sure people don't mess up.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 22 Sep 2008 22:49:02 +0000 (00:49 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 22 Sep 2008 22:49:02 +0000 (00:49 +0200)
src/text/strings.c

index 93e0c70f5b6a17f4498a0a42157f6396fe3bd3f9..165ab6192d66217b439a7111158561f1e94e56c0 100644 (file)
@@ -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) */
     { "&AElig;", 7, "Æ" },
     { "&Aacute;", 8, "Á" },
     { "&Acirc;", 7, "Â" },