Module: wine Branch: master Commit: 3b7fc00d29f312d1a1e7006424819b5d07fe7884 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b7fc00d29f312d1a1e7006424...
Author: Francois Gouget fgouget@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++)