diff options
Diffstat (limited to 'src/op/end.c')
| -rw-r--r-- | src/op/end.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/end.c b/src/op/end.c index 9eb575d..ca9f109 100644 --- a/src/op/end.c +++ b/src/op/end.c @@ -60,7 +60,7 @@ static enum nw_state get_offset(struct nw_interp *const i) void nwp_op_end(struct nw_interp *const i) { - static const struct nw_i_sm_end e = {0}; + static const struct nw_i_sm_end e; i->sm.end = e; i->next = get_offset; |
