mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
ieframe: Make dump_travellog() static.
This commit is contained in:
parent
1891a89dd9
commit
a5d61eef62
@ -363,7 +363,7 @@ static IStream *get_travellog_stream(DocHost *This)
|
|||||||
return stream;
|
return stream;
|
||||||
}
|
}
|
||||||
|
|
||||||
void dump_travellog(DocHost *This)
|
static void dump_travellog(DocHost *This)
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user