Francois Gouget : mshtml: Make free_strings() static.

Alexandre Julliard julliard at winehq.org
Tue Aug 31 11:15:56 CDT 2010


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 31 11:53:41 2010 +0200

mshtml: Make free_strings() static.

---

 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++)




More information about the wine-cvs mailing list