diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c index 60764e6..bce4d52 100644 --- a/win/tclWinPipe.c +++ b/win/tclWinPipe.c @@ -1101,7 +1101,7 @@ TclpCreateProcess( */ if (HasConsole()) { - createFlags = 0; + createFlags = 0; } else if (applType == APPL_DOS) { /* * Under NT, 16-bit DOS applications will not run unless they can |