diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-16 03:01:13 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-16 03:01:13 +0000 |
commit | cd1ca2f93ce5e698838c918d1398f9e81a98641c (patch) | |
tree | e50899df4f6edd69ef8293bc01d9c24ee5ab3200 /Build/source/texk | |
parent | 73d8bb8f989275d57b542a0e7a7b93fed0fee42a (diff) |
cosmetic fix after untabification.
git-svn-id: svn://tug.org/texlive/trunk@18286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index 454f772b751..7575dbfe335 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -477,7 +477,7 @@ static struct option long_options[] { "no-mktex", 1, 0, 0 }, { "progname", 1, 0, 0 }, { "safe-in-name", 1, 0, 0 }, - { "safe-out-name", 1, 0, 0 }, + { "safe-out-name", 1, 0, 0 }, { "subdir", 1, 0, 0 }, { "show-path", 1, 0, 0 }, { "var-value", 1, 0, 0 }, |