summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-file.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-05 01:57:10 +0000
committerKarl Berry <karl@freefriends.org>2009-12-05 01:57:10 +0000
commit755f951aa93a0945cf3c36c8283ae2548188fcd7 (patch)
tree1a02d57c4e338458f6c827145f7bf15b30875c54 /Build/source/texk/kpathsea/tex-file.c
parent2bc6c916479d1a8e53dd74e7b50ed0617064ed64 (diff)
more doc fixes/formatting
git-svn-id: svn://tug.org/texlive/trunk@16300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.c')
-rw-r--r--Build/source/texk/kpathsea/tex-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c
index 27c2c27146a..354ed732fc0 100644
--- a/Build/source/texk/kpathsea/tex-file.c
+++ b/Build/source/texk/kpathsea/tex-file.c
@@ -385,7 +385,7 @@ init_maketex (kpathsea kpse, kpse_file_format_type fmt,
kpse_format_info_type *f = &(kpse->format_info[fmt]);
const_string prog = f->program ? f->program : dflt_prog; /* mktexpk */
string PROG = uppercasify (prog); /* MKTEXPK */
- string progval = kpathsea_var_value (kpse, PROG); /* ENV/cnf{"MKTEXPK"} */
+ string progval = kpathsea_var_value (kpse, PROG); /* $ENV/cnf{"MKTEXPK"} */
const_string arg;
va_list ap;