ieframe: Make dump_travellog() static.

Francois Gouget fgouget at free.fr
Wed Apr 3 09:07:44 CDT 2013


---
 dlls/ieframe/dochost.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ieframe/dochost.c b/dlls/ieframe/dochost.c
index 7522c38..c717d8b 100644
--- a/dlls/ieframe/dochost.c
+++ b/dlls/ieframe/dochost.c
@@ -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;
 
-- 
1.7.10.4




More information about the wine-patches mailing list