[Privoxy-commits] [privoxy] 04/06: is_untrusted_url(): Remove stray space
User Git
git at git.privoxy.org
Sun Jun 9 15:22:55 CEST 2024
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 64171176825fbce07d5caadb800d15dc7208f098
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Jun 9 14:42:28 2024 +0200
is_untrusted_url(): Remove stray space
---
filters.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filters.c b/filters.c
index 9915bf5d..5bb5666d 100644
--- a/filters.c
+++ b/filters.c
@@ -1393,7 +1393,7 @@ int is_untrusted_url(const struct client_state *csp)
struct block_spec *b;
struct pattern_spec **trusted_url;
struct http_request rhttp[1];
- const char * referer;
+ const char *referer;
jb_err err;
/*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list