From f89318e65c3ce15a7aa49108210824cb1771e25b Mon Sep 17 00:00:00 2001 From: Emanuel Krollmann <115734183+11soda11@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:04:17 +0200 Subject: [PATCH] remove duplicate newline --- src/tool_doswin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tool_doswin.c b/src/tool_doswin.c index 390d0aba91..c4c2f696c6 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -730,7 +730,6 @@ static DWORD WINAPI win_stdin_thread_func(void *thread_data) { (void)thread_data; - for(;;) { DWORD n; ssize_t nwritten;