mshtml: Make free_strings() static.
This commit is contained in:
parent
99c5ca7e40
commit
3b7fc00d29
|
@ -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++)
|
||||
|
|
Loading…
Reference in New Issue