mshtml: Make free_strings() static.

This commit is contained in:
Francois Gouget 2010-08-31 11:53:41 +02:00 committed by Alexandre Julliard
parent 99c5ca7e40
commit 3b7fc00d29
1 changed files with 1 additions and 1 deletions

View File

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