summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/weave.ch2
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 982934c45e5..02ec3b62051 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2020-06-10 Andreas Scherer <https://ascherer.github.io>
+
+ * weave.ch: Missing forced line break.
+
2020-06-09 Andreas Scherer <https://ascherer.github.io>
* weave.ch: Max out array sizes similar to CWEB.
diff --git a/Build/source/texk/web2c/weave.ch b/Build/source/texk/web2c/weave.ch
index 68a7c0edc64..aca02c7ac1d 100644
--- a/Build/source/texk/web2c/weave.ch
+++ b/Build/source/texk/web2c/weave.ch
@@ -75,7 +75,7 @@ procedure initialize;
const @<Constants in the outer block@>@/
type @<Types in the outer block@>@/
var @<Globals in the outer block@>@/
-@<Define |parse_arguments|@>
+@<Define |parse_arguments|@>@/
@<Error handling procedures@>@/
procedure initialize;
var @<Local variables for initialization@>@/