[vlc-commits] Windows: missing \n
Jean-Baptiste Kempf
git at videolan.org
Sat Sep 24 11:14:17 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Sep 24 11:06:30 2016 +0200| [8799f42182bf7c6bd2daa2cecfaadf3d82742166] | committer: Jean-Baptiste Kempf
Windows: missing \n
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8799f42182bf7c6bd2daa2cecfaadf3d82742166
---
bin/winvlc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/winvlc.c b/bin/winvlc.c
index e221b2e..b61208c 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -246,7 +246,7 @@ static void check_crashdump(void)
MessageBox( NULL, L"Report sent correctly. Thanks a lot " \
"for the help.", L"Report sent", MB_OK);
else
- fprintf(stderr,"Couldn't send report to FTP server");
+ fprintf(stderr,"Couldn't send report to FTP server\n");
InternetCloseHandle(ftp);
}
More information about the vlc-commits
mailing list