action_render_string_actions_template(): Reposition an asterisk
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Mar 2021 07:25:02 +0000 (08:25 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 10 Nov 2021 16:46:52 +0000 (17:46 +0100)
cgiedit.c

index 594aecf..3b8b12c 100644 (file)
--- 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_infotype = &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;