From 09b21ebd334be6d060393032583a9055c0ee8b9e Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Thu, 26 Dec 2024 14:10:46 +0100 Subject: Correct one more comment style in minizip. --- contrib/minizip/iowin32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/minizip/iowin32.c b/contrib/minizip/iowin32.c index 49f5ba1..6509566 100644 --- a/contrib/minizip/iowin32.c +++ b/contrib/minizip/iowin32.c @@ -26,7 +26,7 @@ #endif -// see Include/shared/winapifamily.h in the Windows Kit +/* see Include/shared/winapifamily.h in the Windows Kit */ #if defined(WINAPI_FAMILY_PARTITION) && (!(defined(IOWIN32_USING_WINRT_API))) #if !defined(WINAPI_FAMILY_ONE_PARTITION) -- cgit v1.2.3-55-g6feb