diff options
Diffstat (limited to 'Build/source/texk/web2c/tftopl.ch')
-rw-r--r-- | Build/source/texk/web2c/tftopl.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tftopl.ch b/Build/source/texk/web2c/tftopl.ch index 405c6265c6f..f8f5d086374 100644 --- a/Build/source/texk/web2c/tftopl.ch +++ b/Build/source/texk/web2c/tftopl.ch @@ -332,7 +332,7 @@ begin usage_help (TFTOPL_HELP, nil); end else if argument_is ('version') then begin - print_version_and_exit (banner, nil, 'D.E. Knuth'); + print_version_and_exit (banner, nil, 'D.E. Knuth', nil); end else if argument_is ('charcode-format') then begin if strcmp (optarg, 'ascii') = 0 then |