diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-18 22:27:47 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-18 22:27:47 (GMT) |
| commit | 20a04f85e37dbfc2fc9c50d934a03337b727b70b (patch) | |
| tree | 9b1fe8c10cfecff7e711bca204e819500f0c2261 /unix/tclUnixChan.c | |
| parent | 88bb88f1c0482d4e2c732f02264ed845620fc467 (diff) | |
| parent | 41ef26ac75ad296e38a99d4c2575fb4580363d18 (diff) | |
| download | tcl-20a04f85e37dbfc2fc9c50d934a03337b727b70b.zip tcl-20a04f85e37dbfc2fc9c50d934a03337b727b70b.tar.gz tcl-20a04f85e37dbfc2fc9c50d934a03337b727b70b.tar.bz2 | |
Merge 8.6
Diffstat (limited to 'unix/tclUnixChan.c')
| -rw-r--r-- | unix/tclUnixChan.c | 6 |
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, |
