From fd30e99f93313bec0af3ff5ec3735d90dd025dce Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 24 May 2024 14:04:49 +0300 Subject: fix bmake compilation --- src/actualize.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/actualize.c') diff --git a/src/actualize.c b/src/actualize.c index 0c9d09e..4f3bae6 100644 --- a/src/actualize.c +++ b/src/actualize.c @@ -2235,8 +2235,9 @@ static int actualize_init(struct act_state *state, struct init_helper arg = vect_at(struct init_helper, init_args, ai); - struct init_helper mem = vect_at(struct init_helper, struct_members, - ai); + struct init_helper mem = vect_at(struct init_helper, + struct_members, + ai); /* not the best error message but works for now */ if (!same_id(arg.id, mem.id)) { -- cgit v1.3