diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-02 12:31:54 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-02 12:31:54 +0000 |
commit | 4911dacf8a9fd770f403274ecc081ebdd19381bd (patch) | |
tree | 5e55efd79a8bca63db9e59a35445094581d160cd /Build/source/texk/ttf2pk/emtexdir.c | |
parent | 54bed52730b7a0af68847ac70f93bd1debcaa8dd (diff) |
texk/ttf2pk: Add a test case and fix a few small bugs
git-svn-id: svn://tug.org/texlive/trunk@22279 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttf2pk/emtexdir.c')
-rw-r--r-- | Build/source/texk/ttf2pk/emtexdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ttf2pk/emtexdir.c b/Build/source/texk/ttf2pk/emtexdir.c index 9a35570adb3..a38686aa7eb 100644 --- a/Build/source/texk/ttf2pk/emtexdir.c +++ b/Build/source/texk/ttf2pk/emtexdir.c @@ -133,7 +133,7 @@ static int setup_dir (struct emtex_dir *dst, char *path, } -/*static */int setup_list (struct emtex_dir *dst, char *path, +int setup_list (struct emtex_dir *dst, char *path, const char *list, unsigned flags) { const char *end; |