[vlc-commits] Fix compilation

Jean-Baptiste Kempf git at videolan.org
Sat Jun 9 23:53:46 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun  9 23:53:17 2012 +0200| [bf511ca41512b2b28aa249e5bf7c5376c76daeda] | committer: Jean-Baptiste Kempf

Fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf511ca41512b2b28aa249e5bf7c5376c76daeda
---

 bin/winvlc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/winvlc.c b/bin/winvlc.c
index 6825c0b..de76749 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -240,7 +240,7 @@ static void check_crashdump(void)
         if(Hint)
         {
             HINTERNET ftp = InternetConnect(Hint, L"crash.videolan.org",
-                        INTERNET_DEFAULT_FTP_PORT, NULL, NULL
+                        INTERNET_DEFAULT_FTP_PORT, NULL, NULL,
                         INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0);
             if(ftp)
             {



More information about the vlc-commits mailing list