diff options
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r-- | unix/tclUnixPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c index 48a0e6a..acc3b40 100644 --- a/unix/tclUnixPipe.c +++ b/unix/tclUnixPipe.c @@ -499,7 +499,7 @@ TclpCreateProcess( pid = -1; } } -#else +#else pid = fork(); #endif if (pid == 0) { |