Francois Gouget : hhctrl.ocx: Make html_encoded_symbols[] static.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 18 10:26:29 CDT 2015


Module: wine
Branch: master
Commit: 3d1c2dc63ec9487a88084f604b575867c0e8cebc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3d1c2dc63ec9487a88084f604b575867c0e8cebc

Author: Francois Gouget <fgouget at 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},




More information about the wine-cvs mailing list