Francois Gouget : ieframe: Make dump_travellog() static.

Alexandre Julliard julliard at winehq.org
Wed Apr 3 14:33:55 CDT 2013


Module: wine
Branch: master
Commit: a5d61eef629358c879f760e3694660ea74f0afb9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a5d61eef629358c879f760e3694660ea74f0afb9

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr  3 16:07:44 2013 +0200

ieframe: Make dump_travellog() static.

---

 dlls/ieframe/dochost.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
 




More information about the wine-cvs mailing list