remove duplicate newline

This commit is contained in:
Emanuel Krollmann 2026-07-28 05:04:17 +02:00 committed by 11soda11
parent 13f10b2fe0
commit f89318e65c

View file

@ -730,7 +730,6 @@ static DWORD WINAPI win_stdin_thread_func(void *thread_data)
{
(void)thread_data;
for(;;) {
DWORD n;
ssize_t nwritten;