diff options
Diffstat (limited to 'src/op/br.c')
| -rw-r--r-- | src/op/br.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/br.c b/src/op/br.c index dd0066f..212d5dd 100644 --- a/src/op/br.c +++ b/src/op/br.c @@ -23,7 +23,7 @@ static enum nw_state get_relative_depth(struct nw_interp *const i) if (n) return n; - nwp_break(i, b->relative_depth); + nwp_break(i, b->relative_depth, 0); return NW_AGAIN; } |
