From: Fabian Keil Date: Thu, 12 May 2022 11:21:53 +0000 (+0200) Subject: Use parentheses after function name in init_domain_components()'s description X-Git-Tag: v_3_0_34~103 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=48b3424d79e572500d5061f418186bd0850dec78;ds=inline Use parentheses after function name in init_domain_components()'s description --- diff --git a/urlmatch.c b/urlmatch.c index dc5d666a..1e10c077 100644 --- a/urlmatch.c +++ b/urlmatch.c @@ -105,7 +105,7 @@ void free_http_request(struct http_request *http) * Description : Splits the domain name so we can compare it * against wildcards. It used to be part of * parse_http_url, but was separated because the - * same code is required in chat in case of + * same code is required in chat() in case of * intercepted requests. * * Parameters :