aboutsummaryrefslogtreecommitdiff
path: root/src/op/else.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/op/else.c')
-rw-r--r--src/op/else.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/else.c b/src/op/else.c
index 2c1c6b1..13d9c6c 100644
--- a/src/op/else.c
+++ b/src/op/else.c
@@ -14,5 +14,5 @@
void nwp_op_else(struct nw_interp *const i)
{
- nwp_break(i, 0);
+ nwp_break(i, 0, 0);
}