ieframe: Make dump_travellog() static.

This commit is contained in:
Francois Gouget 2013-04-03 16:07:44 +02:00 committed by Alexandre Julliard
parent 1891a89dd9
commit a5d61eef62
1 changed files with 1 additions and 1 deletions

View File

@ -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;