Commit a5d61eef authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ieframe: Make dump_travellog() static.

parent 1891a89d
......@@ -363,7 +363,7 @@ static IStream *get_travellog_stream(DocHost *This)
return stream;
}
void dump_travellog(DocHost *This)
static void dump_travellog(DocHost *This)
{
unsigned 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