diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:04:49 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:30:57 +0300 |
| commit | fd30e99f93313bec0af3ff5ec3735d90dd025dce (patch) | |
| tree | a6ce5e8e0695bf6e692560713fd2c30a1fdedc3f /src/actualize.c | |
| parent | 2026bf974cffb5d560287ba8d44ea3ecd9204853 (diff) | |
| download | ek-fd30e99f93313bec0af3ff5ec3735d90dd025dce.tar.gz ek-fd30e99f93313bec0af3ff5ec3735d90dd025dce.zip | |
fix bmake compilation
Diffstat (limited to 'src/actualize.c')
| -rw-r--r-- | src/actualize.c | 5 |
1 files changed, 3 insertions, 2 deletions
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)) { |
