summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pktype.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/pktype.ch')
-rw-r--r--Build/source/texk/web2c/pktype.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pktype.ch b/Build/source/texk/web2c/pktype.ch
index 6071e88bb51..0e9d68bc514 100644
--- a/Build/source/texk/web2c/pktype.ch
+++ b/Build/source/texk/web2c/pktype.ch
@@ -323,7 +323,7 @@ begin
usage_help (PKTYPE_HELP, nil);
end else if argument_is ('version') then begin
- print_version_and_exit (banner, nil, 'Tomas Rokicki');
+ print_version_and_exit (banner, nil, 'Tomas Rokicki', nil);
end; {Else it was just a flag; |getopt| has already done the assignment.}
until getopt_return_val = -1;