From 8a9f4d481a5670f3e7715a42869ff5c5114f2e44 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Aug 2023 09:59:18 +0200 Subject: [PATCH] urldata: remove spurious parenthesis to unbreak no-proxy build Follow-up to e12b39e13382 Closes #11591 --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/urldata.h b/lib/urldata.h index 21e9daeffd..33de31ddf5 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1085,7 +1085,7 @@ struct connectdata { #else #define CURL_CONN_HOST_DISPNAME(c) \ (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \ - (c)->host.dispname) + (c)->host.dispname #endif /* The end of connectdata. */