summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-18 22:27:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-18 22:27:47 (GMT)
commit2d6b4ee950f8f0fbef4fd396b4b9a279250bc02c (patch)
tree9b1fe8c10cfecff7e711bca204e819500f0c2261 /unix/tclUnixChan.c
parent8afc6eacf92cf29e37c07ccf08890f85b5dc1f5a (diff)
parent1e9345e974c421c6b52d2699591adac15b98b3cb (diff)
downloadtcl-2d6b4ee950f8f0fbef4fd396b4b9a279250bc02c.zip
tcl-2d6b4ee950f8f0fbef4fd396b4b9a279250bc02c.tar.gz
tcl-2d6b4ee950f8f0fbef4fd396b4b9a279250bc02c.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r--unix/tclUnixChan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index ac9fe0c..b9b04ef 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -1708,11 +1708,11 @@ TtyParseMode(
if (
#if defined(PAREXT)
- strchr("noems", parity)
+ strchr("noems", parity)
#else
- strchr("noe", parity)
+ strchr("noe", parity)
#endif /* PAREXT */
- == NULL) {
+ == NULL) {
if (interp != NULL) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"%s parity: should be %s", bad,