[Privoxy-commits] [privoxy] 06/08: cgi_edit_actions_for_url(): Wrap line sooner

User Git git at git.privoxy.org
Sat Sep 9 11:55:20 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 c87c4119b1b072c293da44cc214961473784174a
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Sep 9 08:41:37 2023 +0200

    cgi_edit_actions_for_url(): Wrap line sooner
---
 cgiedit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cgiedit.c b/cgiedit.c
index adcc01de..ff14dbbc 100644
--- a/cgiedit.c
+++ b/cgiedit.c
@@ -2797,8 +2797,8 @@ jb_err cgi_edit_actions_for_url(struct client_state *csp,
 
    for (i = 0; !err && i < SZ(string_action_type_info); i++)
    {
-      err = action_render_string_actions_template(exports, cur_line->data.action, filter_template,
-                                                  &string_action_type_info[i]);
+      err = action_render_string_actions_template(exports,
+         cur_line->data.action, filter_template, &string_action_type_info[i]);
    }
    freez(filter_template);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list