From 007df330adfe056063e1d8c7418648abcbc9cc88 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 27 Jul 2025 20:02:49 +0200 Subject: [PATCH] cleanup --- lib/asyn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asyn.h b/lib/asyn.h index 1cc7175beb..a336c1e254 100644 --- a/lib/asyn.h +++ b/lib/asyn.h @@ -236,7 +236,7 @@ struct doh_probes; #ifdef USE_CURL_ASYNC struct Curl_async { -#ifdef CURLRES_ARES /* */ +#ifdef CURLRES_ARES struct async_ares_ctx ares; #elif defined(CURLRES_THREADED) struct async_thrdd_ctx thrdd;