summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pooltype.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/pooltype.ch')
-rw-r--r--Build/source/texk/web2c/pooltype.ch3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pooltype.ch b/Build/source/texk/web2c/pooltype.ch
index 3d54070d2d8..f93b7bb7c46 100644
--- a/Build/source/texk/web2c/pooltype.ch
+++ b/Build/source/texk/web2c/pooltype.ch
@@ -122,7 +122,8 @@ begin
end else if argument_is ('version') then begin
print_version_and_exit ('This is POOLtype, Version 3.0', nil,
- 'D.E. Knuth');
+ 'D.E. Knuth',
+ nil);
end; {Else it was just a flag; |getopt| has already done the assignment.}
until getopt_return_val = -1;