hhctrl.ocx: Make html_encoded_symbols[] static.

This commit is contained in:
Francois Gouget 2015-03-18 08:39:07 +01:00 committed by Alexandre Julliard
parent f0584081c9
commit 3d1c2dc63e
1 changed files with 1 additions and 1 deletions

View File

@ -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},