Commit 3b7fc00d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Make free_strings() static.

parent 99c5ca7e
......@@ -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++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment