diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-14 15:48:44 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-14 15:48:44 +0000 |
commit | 7e8e56214b29dda841f215324c3f1e732e09c2e6 (patch) | |
tree | 719dadf526b53f8a70d7fbba342757049fa22131 /Build/source/texk | |
parent | 820fb90d5333ddc0e7eb2cf2e364f926481d31e3 (diff) |
Add missing new line
git-svn-id: svn://tug.org/texlive/trunk@29386 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/xdvipdfmx/src/tt_cmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvipdfmx/src/tt_cmap.c b/Build/source/texk/xdvipdfmx/src/tt_cmap.c index 5e712b11587..ac8610485fd 100644 --- a/Build/source/texk/xdvipdfmx/src/tt_cmap.c +++ b/Build/source/texk/xdvipdfmx/src/tt_cmap.c @@ -883,7 +883,7 @@ handle_subst_glyphs (CMap *cmap, #undef MAX_UNICODES #undef MAX_NAME if (unicode_count == -1) { - MESG("No Unicode mapping available: GID=%u, name=%s", gid, name); + MESG("No Unicode mapping available: GID=%u, name=%s\n", gid, name); } else { /* the Unicode characters go into wbuf[2] and following, in UTF16BE */ /* we rely on WBUF_SIZE being more than adequate for MAX_UNICODES */ |