Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1cf017ba
Commit
1cf017ba
authored
Oct 26, 2008
by
Rémi Denis-Courmont
Browse files
syntax error
parent
955442b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/text/strings.c
View file @
1cf017ba
...
...
@@ -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;"
,
"µ"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment