diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-03-07 01:01:04 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-03-07 01:01:04 +0000 |
commit | 48e537cbf890a72cc146c612025beb409dce3450 (patch) | |
tree | 369154a0834ca71529d1216843d90613354ead42 /Build | |
parent | d623c14332c62516bd7dc9c32cda9a48c8f07dd9 (diff) |
Fix a typo.
git-svn-id: svn://tug.org/texlive/trunk@29301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index 53fe4bd4cb3..9ee78620d4d 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,7 @@ +2013-03-07 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * XeTeXFontInst.cpp: Fix a typo. + 2013-03-04 Peter Breitenlohner <peb@mppmu.mpg.de> * am/xetex.am: Better rules for {e,xe}tex_version.h. diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp index fb214097de4..bec099e2f3f 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.cpp @@ -161,6 +161,7 @@ _get_glyph_h_kerning(hb_font_t*, void *font_data, hb_codepoint_t gid1, hb_codepo ret = 0; else ret = kerning.x; + return ret; } static hb_position_t |