summaryrefslogtreecommitdiffstats
path: root/generic/tclPipe.c
diff options
context:
space:
mode:
authorf.bonnet <f.bonnet>2017-08-27 21:25:14 (GMT)
committerf.bonnet <f.bonnet>2017-08-27 21:25:14 (GMT)
commit0a8718312d30c1e90db63395404caa10c890d9a4 (patch)
tree804a53310b07d598ba3709fd2041a65f3da5d86d /generic/tclPipe.c
parent68b53cfb2571faea3e86f728b3a07222ea9143d0 (diff)
downloadtcl-0a8718312d30c1e90db63395404caa10c890d9a4.zip
tcl-0a8718312d30c1e90db63395404caa10c890d9a4.tar.gz
tcl-0a8718312d30c1e90db63395404caa10c890d9a4.tar.bz2
Comments and formatting
Diffstat (limited to 'generic/tclPipe.c')
-rw-r--r--generic/tclPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPipe.c b/generic/tclPipe.c
index fa5c55d..bc760b6 100644
--- a/generic/tclPipe.c
+++ b/generic/tclPipe.c
@@ -345,7 +345,7 @@ TclCleanupChildren(
Tcl_PosixError(interp)));
} else if (count > 0) {
anyErrorInfo = 1;
- Tcl_SetObjResult(interp, objPtr);
+ Tcl_SetObjResult(interp, objPtr);
result = TCL_ERROR;
} else {
Tcl_DecrRefCount(objPtr);