diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-26 03:57:00 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-26 03:57:00 +0000 |
commit | 49cb7cea5eb587dfe473d007f16318d61e8ff10d (patch) | |
tree | d40a2e50a84bf89d5563a619a9c90b122f2cb166 /Build/source/texk/dvipdfmx/src/tt_post.c | |
parent | 34a03d16b17d7cd98614c1cb1b843a35be5f27ef (diff) |
typo
git-svn-id: svn://tug.org/texlive/trunk@27525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfmx/src/tt_post.c')
-rw-r--r-- | Build/source/texk/dvipdfmx/src/tt_post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfmx/src/tt_post.c b/Build/source/texk/dvipdfmx/src/tt_post.c index 98676350792..daad5ec16dd 100644 --- a/Build/source/texk/dvipdfmx/src/tt_post.c +++ b/Build/source/texk/dvipdfmx/src/tt_post.c @@ -55,7 +55,7 @@ read_v2_post_names (struct tt_post_table *post, sfnt *sfont) We show a warning only once, instead of thousands of times */ static char warning_issued = 0; if (!warning_issued) { - WARN("TrueTypes post table name index %u > 32767", idx); + WARN("TrueType post table name index %u > 32767", idx); warning_issued = 1; } /* In a real-life large font, (x)dvipdfmx crashes if we use |