[vlc-devel] commit: syntax error ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Oct 26 17:24:10 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 26 18:23:39 2008 +0200| [1cf017bac702c4eff52555e719ffeaf40c353880] | committer: Rémi Denis-Courmont
syntax error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cf017bac702c4eff52555e719ffeaf40c353880
---
src/text/strings.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/text/strings.c b/src/text/strings.c
index cf920a0..0c63154 100644
--- a/src/text/strings.c
+++ b/src/text/strings.c
@@ -278,7 +278,7 @@ static const struct xml_entity_s
{ "aelig;", "æ" },
{ "agrave;", "à" },
{ "amp;", "&" },
- { "apos;" "'" },
+ { "apos;", "'" },
{ "aring;", "å" },
{ "atilde;", "ã" },
{ "auml;", "ä" },
@@ -314,7 +314,7 @@ static const struct xml_entity_s
{ "ldquo;", "“" },
{ "lsaquo;", "‹" },
{ "lsquo;", "‘" },
- { "lt;" "<" },
+ { "lt;", "<" },
{ "macr;", "¯" },
{ "mdash;", "—" },
{ "micro;", "µ" },
More information about the vlc-devel
mailing list