[Privoxy-commits] [privoxy] 02/05: parse_http_url(): Add spaces in a comment
User Git
git at git.privoxy.org
Fri Jun 10 09:41:46 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit c098afbe76e8b5e62ed4bd1c2bc6a70927ad6d40
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu May 12 13:22:48 2022 +0200
parse_http_url(): Add spaces in a comment
---
urlmatch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/urlmatch.c b/urlmatch.c
index 750cd242..dc5d666a 100644
--- a/urlmatch.c
+++ b/urlmatch.c
@@ -245,7 +245,7 @@ jb_err parse_http_url(const char *url, struct http_request *http, int require_pr
/*
- * Split URL into protocol,hostport,path.
+ * Split URL into protocol, hostport, path.
*/
{
char *buf;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list