[Privoxy-commits] [privoxy] 17/30: action_render_string_actions_template(): Reposition an asterisk
User Git
git at git.privoxy.org
Thu Nov 11 04:42:07 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 042d94dfc9331f3de640a8905ba9d6069f965d5e
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Mar 23 08:25:02 2021 +0100
action_render_string_actions_template(): Reposition an asterisk
---
cgiedit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list