summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/patgen.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/patgen.ch')
-rw-r--r--Build/source/texk/web2c/patgen.ch3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch
index 555528ed2b5..dd73383f642 100644
--- a/Build/source/texk/web2c/patgen.ch
+++ b/Build/source/texk/web2c/patgen.ch
@@ -218,7 +218,8 @@ begin
end else if argument_is ('version') then begin
print_version_and_exit (banner, nil,
- 'Frank M. Liang and Peter Breitenlohner');
+ 'Frank M. Liang and Peter Breitenlohner',
+ nil);
end; {Else it was just a flag; |getopt| has already done the assignment.}
until getopt_return_val = -1;