[vlc-devel] commit: Add comment to make sure people don't mess up. (Antoine Cellerier )
git version control
git at videolan.org
Tue Sep 23 00:45:45 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Sep 23 00:49:02 2008 +0200| [1032d829564793f03868cb3a9580453fc274b0e8] | committer: Antoine Cellerier
Add comment to make sure people don't mess up.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1032d829564793f03868cb3a9580453fc274b0e8
---
src/text/strings.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/text/strings.c b/src/text/strings.c
index 93e0c70..165ab61 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, "Â" },
More information about the vlc-devel
mailing list