action_render_string_actions_template(): Adjust space around function parameters
authorFabian Keil <fk@fabiankeil.de>
Sat, 9 Sep 2023 06:08:34 +0000 (08:08 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sat, 9 Sep 2023 09:54:00 +0000 (11:54 +0200)
cgiedit.c

index e73d5ee..f568b3d 100644 (file)
--- a/cgiedit.c
+++ b/cgiedit.c
@@ -4500,9 +4500,9 @@ static jb_err actions_to_radio(struct map * exports,
  *                JB_ERR_MEMORY on out-of-memory
  *
  *********************************************************************/
-static jb_err action_render_string_actions_template(struct map * exports,
+static jb_err action_render_string_actions_template(struct map *exports,
                                        const struct action_spec *action,
-                                       const charaction_template,
+                                       const char *action_template,
                                        const struct string_action_type_info *string_action_type)
 {
    jb_err err = JB_ERR_OK;