Francois Gouget : hhctrl.ocx: Make html_encoded_symbols[] static.
Module: wine Branch: master Commit: 3d1c2dc63ec9487a88084f604b575867c0e8cebc URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d1c2dc63ec9487a88084f604b... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Mar 18 08:39:07 2015 +0100 hhctrl.ocx: Make html_encoded_symbols[] static. --- dlls/hhctrl.ocx/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index 4f3ea1a..68989ae 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c @@ -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},
participants (1)
-
Alexandre Julliard