summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-05-10 15:40:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-05-10 15:40:16 (GMT)
commit539d5f44840714a8f558d4c2999b8b60271661e0 (patch)
tree82f1385b486b9ed371ed19b443eaa9ec42fc06db /generic/tclParse.c
parent3812f72f5b8f27ca52892b3daf871f15db0bc844 (diff)
downloadtcl-539d5f44840714a8f558d4c2999b8b60271661e0.zip
tcl-539d5f44840714a8f558d4c2999b8b60271661e0.tar.gz
tcl-539d5f44840714a8f558d4c2999b8b60271661e0.tar.bz2
More whitespace cleanup
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c2
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--;
}