summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/vftovp.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-11-07 09:42:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-11-07 09:42:37 +0000
commit62000bbaa70a2638588a1c15fc6511609f47b579 (patch)
tree2e4e0041370ab589af8a25c7ca1d9f1c29b62300 /Build/source/texk/web2c/vftovp.ch
parentafa9405e970b8a1f04badff4c8d78bd3ca530aee (diff)
texk/web2c: Correct help messages for Web2C and C versions of ofm2opl & Co
git-svn-id: svn://tug.org/texlive/trunk@35536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/vftovp.ch')
-rw-r--r--Build/source/texk/web2c/vftovp.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/vftovp.ch b/Build/source/texk/web2c/vftovp.ch
index aeb507bab08..ad8325205ab 100644
--- a/Build/source/texk/web2c/vftovp.ch
+++ b/Build/source/texk/web2c/vftovp.ch
@@ -577,7 +577,7 @@ begin
else if strcmp (optarg, 'octal') = 0 then
charcode_format := charcode_octal
else
- print_ln ('Bad character code format', stringcast(optarg), '.');
+ print_ln ('Bad character code format ', stringcast(optarg), '.');
end; {Else it was a flag; |getopt| has already done the assignment.}
until getopt_return_val = -1;