mshtml: Make free_strings() static.

Francois Gouget fgouget at free.fr
Tue Aug 31 04:53:41 CDT 2010


---
 dlls/mshtml/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/main.c b/dlls/mshtml/main.c
index 4aef475..a8bfb5e 100644
--- a/dlls/mshtml/main.c
+++ b/dlls/mshtml/main.c
@@ -65,7 +65,7 @@ static void thread_detach(void)
     heap_free(thread_data);
 }
 
-void free_strings(void)
+static void free_strings(void)
 {
     int i;
     for(i = 0; i < NUM_STATUS_STRINGS; i++)
-- 
1.7.1




More information about the wine-patches mailing list