summaryrefslogtreecommitdiffstats
path: root/generic/tclProcess.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclProcess.c')
-rw-r--r--generic/tclProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclProcess.c b/generic/tclProcess.c
index 8d98a23..7187ee4 100644
--- a/generic/tclProcess.c
+++ b/generic/tclProcess.c
@@ -210,7 +210,7 @@ WaitProcessStatus(
const char *msg;
pid = Tcl_WaitPid(pid, &waitStatus, options);
- if ((pid == 0)) {
+ if (pid == 0) {
/*
* No change.
*/