]> git.sesse.net Git - vlc/commitdiff
Fix compilation
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jun 2012 21:53:17 +0000 (23:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jun 2012 21:53:17 +0000 (23:53 +0200)
bin/winvlc.c

index 6825c0b85f95d931b9cd2c016544fe21da61c15c..de7674928d7e6efa3e9bd60926f2ed45d6f9e986 100644 (file)
@@ -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)
             {