Commit 3d1c2dc6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hhctrl.ocx: Make html_encoded_symbols[] static.

parent f0584081
......@@ -61,7 +61,7 @@ struct html_encoded_symbol {
* Table mapping the conversion between HTML encoded symbols and their ANSI code page equivalent.
* Note: Add additional entries in proper alphabetical order (a binary search is used on this table).
*/
struct html_encoded_symbol html_encoded_symbols[] =
static struct html_encoded_symbol html_encoded_symbols[] =
{
{"AElig", 0xC6},
{"Aacute", 0xC1},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment