aboutsummaryrefslogtreecommitdiff
path: root/core/for.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/for.c')
-rw-r--r--core/for.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/for.c b/core/for.c
index d576bf8..d3d2fd4 100644
--- a/core/for.c
+++ b/core/for.c
@@ -38,7 +38,7 @@ int main(int argc, char **argv)
return -1;
}
- wait4(pid, 0, 0);
+ wait4(pid, 0, 0, 0);
}
return 0;