summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
Diffstat (limited to 'os2')
-rw-r--r--os2/os2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/os2.c b/os2/os2.c
index 9c9e09b155..1016d9bebb 100644
--- a/os2/os2.c
+++ b/os2/os2.c
@@ -481,7 +481,7 @@ do_spawn_ve(pTHX_ SV *really, U32 flag, U32 execf, char *inicmd, U32 addflag)
char **argsp = fargs;
int nargs = 4;
int force_shell;
- int new_stderr = -1, nostderr = 0
+ int new_stderr = -1, nostderr = 0;
int fl_stderr = 0;
STRLEN n_a;