diff options
Diffstat (limited to 'Build/source/texk/web2c/gftopk.ch')
-rw-r--r-- | Build/source/texk/web2c/gftopk.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/gftopk.ch b/Build/source/texk/web2c/gftopk.ch index a62a73c6ef7..16f8824c4b6 100644 --- a/Build/source/texk/web2c/gftopk.ch +++ b/Build/source/texk/web2c/gftopk.ch @@ -374,7 +374,7 @@ begin usage_help (GFTOPK_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 a flag; |getopt| has already done the assignment.} until getopt_return_val = -1; |