hhctrl.ocx: Make html_encoded_symbols[] static.

Francois Gouget fgouget at free.fr
Wed Mar 18 02:39:07 CDT 2015


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




More information about the wine-patches mailing list