From 1c9a13e78dd80253948db1369449cff33ecadabb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 26 Jul 2026 16:21:42 +0200 Subject: [PATCH] os400sys.c endif comment --- projects/OS400/os400sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/OS400/os400sys.c b/projects/OS400/os400sys.c index 207eb297bb..41f0f670e7 100644 --- a/projects/OS400/os400sys.c +++ b/projects/OS400/os400sys.c @@ -1035,4 +1035,4 @@ int Curl_os400_inflateEnd(z_streamp strm) return ret; } -#endif +#endif /* HAVE_LIBZ */