From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 23 Mar 2021 07:25:02 +0000 (+0100)
Subject: action_render_string_actions_template(): Reposition an asterisk
X-Git-Tag: v_3_0_33~53
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/user-manual/@default-cgi@show-status?a=commitdiff_plain;h=042d94dfc9331f3de640a8905ba9d6069f965d5e;p=privoxy.git

action_render_string_actions_template(): Reposition an asterisk
---

diff --git a/cgiedit.c b/cgiedit.c
index 594aecf8..3b8b12c9 100644
--- a/cgiedit.c
+++ b/cgiedit.c
@@ -4509,7 +4509,7 @@ static jb_err action_render_string_actions_template(struct map * exports,
    int filter_identifier = 0;
    int i;
    char *prepared_template = strdup("");
-   const struct action_type_info* type = &action_type_info[string_action_type->action_type];
+   const struct action_type_info *type = &action_type_info[string_action_type->action_type];
 
    struct action_multi {
        char radio;