hhctrl.ocx: Make html_encoded_symbols[] static.
This commit is contained in:
parent
f0584081c9
commit
3d1c2dc63e
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue