summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-07-16 14:52:40 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-07-16 14:52:40 +0000
commitcf821c33e384e8d208a1a158942a7e70336a8c72 (patch)
tree18d492ccebd23cbe11913afa894287407a52c029 /Build/source/texk/web2c/cwebdir/ctwill-mini.ch
parent7d872ada040cbe958cff98ad58cbfd5720166cb6 (diff)
[CWEB] Fix last commit.
Ouch, my bad! 'break' jumps out of the 'for' loop, not out of the 'switch' group. :o) git-svn-id: svn://tug.org/texlive/trunk@67649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctwill-mini.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctwill-mini.ch10
1 files changed, 1 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-mini.ch b/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
index e8617e437d7..1fc99dbd0b3 100644
--- a/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
+++ b/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
@@ -1947,15 +1947,7 @@ Section 279.
@x
cur_name=sort_ptr->head;
@y
- @+cur_name=sort_ptr->head;@/
-@z
-
-Section 280.
-
-@x
- if (xislower(*j)) { out_str("\\\\");@+ break; }
-@y
- if (xislower(*j)) { out_str("\\\\");@+ break;@+ }
+ cur_name=sort_ptr->head;@/
@z
Section 285.