summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/mapfile.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-13 02:13:37 +0000
committerKarl Berry <karl@freefriends.org>2017-04-13 02:13:37 +0000
commiteb6357e35b9141b1cfd6648b5cc7a4f8e1fd54d3 (patch)
tree1a6b45365bb5a7681b59412c5a096be03d070215 /Build/source/texk/web2c/pdftexdir/mapfile.c
parent83efd27685133d8dd662de00e858da7c90668786 (diff)
copyright updates, doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@43772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/mapfile.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/mapfile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/mapfile.c b/Build/source/texk/web2c/pdftexdir/mapfile.c
index 06973f4cc87..733fce9ba87 100644
--- a/Build/source/texk/web2c/pdftexdir/mapfile.c
+++ b/Build/source/texk/web2c/pdftexdir/mapfile.c
@@ -1,5 +1,5 @@
/* mapfile.c: handling of map files/lines
-Copyright 1996-2014 Han The Thanh, <thanh@pdftex.org>
+Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org>
This file is part of pdfTeX.
@@ -282,10 +282,10 @@ static int check_fm_entry(fm_entry * fm, boolean warn)
if (is_fontfile(fm) && !is_included(fm)) {
if (warn)
pdftex_warn
- ("ambiguous entry for `%s': font file present but not included, "
- "will be treated as font file not present", fm->tfm_name);
+ ("ambiguous entry for `%s': font file present but not included, "
+ "will be treated as font file not present", fm->tfm_name);
xfree(fm->ff_name);
- /* do not set variable |a| as this entry will be still accepted */
+ /* do not set variable |a| as this entry will still be accepted */
}
/* if for non-Type3 font both ps_name and font file are missing,