summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/eptexdir/eptex.ech
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-04 07:22:33 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-04 07:22:33 +0000
commit324c500b9b31e7e3c61ff592955e3203ec8f42db (patch)
treefc453c66833c0f6dd642a5c64001101b9caadff5 /Build/source/texk/web2c/eptexdir/eptex.ech
parent19a894c5ca9f078006980249a69dece268a1de14 (diff)
e-pTeX: Yet an other bug fix from Hironori Kitagawa
git-svn-id: svn://tug.org/texlive/trunk@21952 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 f81427e64ed..63e799bf088 100644
--- a/Build/source/texk/web2c/eptexdir/eptex.ech
+++ b/Build/source/texk/web2c/eptexdir/eptex.ech
@@ -80,7 +80,7 @@ if not is_char_node(tx) then
while q<>tx do
begin if is_char_node(q) then r:=q
else if (type(q)<>disp_node)and
- ((type(tx)<>math_node)or(subtype(tx)<>end_M_code)) then r:=q;
+ ((type(q)<>math_node)or(subtype(q)<>end_M_code)) then r:=q;
q:=link(q);
end;
tx:=r;