urldata: remove spurious parenthesis to unbreak no-proxy build

Follow-up to e12b39e133

Closes #11591
This commit is contained in:
Daniel Stenberg 2023-08-04 09:59:18 +02:00
parent c15569bb41
commit 8a9f4d481a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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. */