diff options
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/uptftopl.ch')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uptftopl.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/uptexdir/uptftopl.ch b/Build/source/texk/web2c/uptexdir/uptftopl.ch index 5b71a7edc64..904d2871452 100644 --- a/Build/source/texk/web2c/uptexdir/uptftopl.ch +++ b/Build/source/texk/web2c/uptexdir/uptftopl.ch @@ -22,8 +22,8 @@ begin cx:=jis_code; out('J '); {specify jiscode format} @y begin cx:=jis_code; - if (isinternalUPTEX) then out(' U ') - else out(' J '); {specify jiscode format} + if (isinternalUPTEX) then out('U ') + else out('J '); {specify jiscode format} @z @x |