diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-05-10 15:40:16 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-05-10 15:40:16 (GMT) |
| commit | 897d057168f712735f662742168e1cdb07adbfa1 (patch) | |
| tree | 82f1385b486b9ed371ed19b443eaa9ec42fc06db /generic/tclParse.c | |
| parent | e4a1582e7444408dc857eea8d08efaa629d633c5 (diff) | |
| download | tcl-897d057168f712735f662742168e1cdb07adbfa1.zip tcl-897d057168f712735f662742168e1cdb07adbfa1.tar.gz tcl-897d057168f712735f662742168e1cdb07adbfa1.tar.bz2 | |
More whitespace cleanup
Diffstat (limited to 'generic/tclParse.c')
| -rw-r--r-- | generic/tclParse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index 13e5c1e..e88de0b 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -1396,7 +1396,7 @@ Tcl_ParseVarName( case '}': braceCount--; break; case '\\': /* if 2 or more left, consume 2, else consume - just the \ and let it run into the end */ + * just the \ and let it run into the end */ if (numBytes > 1) { src++; numBytes--; } |
