Francois Gouget : mshtml: Make free_strings() static.
31 Aug
2010
31 Aug
'10
11:15 a.m.
Module: wine Branch: master Commit: 3b7fc00d29f312d1a1e7006424819b5d07fe7884 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b7fc00d29f312d1a1e7006424... Author: Francois Gouget <fgouget(a)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++)
5582
Age (days ago)
5582
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard