From d896613c23a13b6aac1e2bfbf7236979f3700104 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 15 Jul 2025 02:11:48 +0200 Subject: [PATCH] util.c drop pointless undef comment --- tests/server/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server/util.c b/tests/server/util.c index b4d0e92c0d..3cfab3a4d4 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -153,7 +153,7 @@ static void win32_cleanup(void) { #ifdef USE_WINSOCK WSACleanup(); -#endif /* USE_WINSOCK */ +#endif /* flush buffers of all streams regardless of their mode */ _flushall();