summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/eptexdir/eptex.ech
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-02-06 11:01:31 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-02-06 11:01:31 +0000
commite3301481b587beb02c5b8071ec99679858330ec7 (patch)
tree6b0fb6d510e03b7b639f057f29bde71b39b12567 /Build/source/texk/web2c/eptexdir/eptex.ech
parent9cd8661124409c76f10817e30328481ed3e02fea (diff)
fputs2 (ptex and friends 5 of 5)
git-svn-id: svn://tug.org/texlive/trunk@49959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/eptex.ech')
-rw-r--r--Build/source/texk/web2c/eptexdir/eptex.ech2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech
index 5cc86a0093d..2bf76aff627 100644
--- a/Build/source/texk/web2c/eptexdir/eptex.ech
+++ b/Build/source/texk/web2c/eptexdir/eptex.ech
@@ -454,7 +454,7 @@ begin
print_nl("Unknown encoding `");
case selector of
term_and_log: begin wterm(stringcast(name_of_file + 1));
- wlog(stringcast(name_of_file + 1)); end;
+ wlog(stringcast(name_of_file + 1)); end;
log_only: wlog(stringcast(name_of_file + 1));
term_only: wterm(stringcast(name_of_file + 1));
endcases;