summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
diff options
context:
space:
mode:
authorbch <brad.harder@gmail.com>2014-11-25 19:25:27 (GMT)
committerbch <brad.harder@gmail.com>2014-11-25 19:25:27 (GMT)
commit829eeaf7be8c43d5616693d0da4a864c1c6a6807 (patch)
treec090ec0f06b1552b2a3bab56272ef6ba3eb69103 /unix/tclUnixPipe.c
parented2bce56ae44d9652b33027388381c4ea867453a (diff)
parent33eb2510ff53b7fd3b32ea1c84b4ef85d00c10f8 (diff)
downloadtcl-bch_coverity.zip
tcl-bch_coverity.tar.gz
tcl-bch_coverity.tar.bz2
merge [e11d223695c5468b1bfb3db35ebf54856501fdf0], specifically for ./generic/tclExecute.c work (properly addresses coverity bug). Thx dgp.bch_coverity
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r--unix/tclUnixPipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c
index 95bc8d1..8b26694 100644
--- a/unix/tclUnixPipe.c
+++ b/unix/tclUnixPipe.c
@@ -261,7 +261,7 @@ TclpTempFileName(void)
*
* On Unix, it works to load a shared object from a file of any name, so this
* function is merely a thin wrapper around TclpTempFileName().
- *
+ *
*----------------------------------------------------------------------------
*/
@@ -969,7 +969,7 @@ PipeClose2Proc(
pipePtr->outFile = NULL;
}
}
-
+
/*
* If half-closing, stop here.
*/