Browse Source

Windows: missing \n

pull/50/head
Jean-Baptiste Kempf 10 years ago
parent
commit
8799f42182
  1. 2
      bin/winvlc.c

2
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);
}

Loading…
Cancel
Save