[Privoxy-commits] [privoxy] 03/08: cgi_edit_actions_for_url(): Add missing space
User Git
git at git.privoxy.org
Sat Sep 9 11:55:17 CEST 2023
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit c8ba2664daa047c924940b63abc9627247466f4e
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Sep 9 08:14:31 2023 +0200
cgi_edit_actions_for_url(): Add missing space
---
cgiedit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cgiedit.c b/cgiedit.c
index 73723dff..1af01c10 100644
--- a/cgiedit.c
+++ b/cgiedit.c
@@ -2891,7 +2891,7 @@ jb_err cgi_edit_actions_for_url(struct client_state *csp,
if ((csp->rlist[i] != NULL) && (csp->rlist[i]->f != NULL))
{
filter_group = csp->rlist[i]->f;
- for (;(!err) && (filter_group != NULL); filter_group = filter_group->next)
+ for (; (!err) && (filter_group != NULL); filter_group = filter_group->next)
{
char current_mode = 'x';
char number[20];
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list