diff options
author | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2013-12-31 07:38:44 +0000 |
---|---|---|
committer | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2013-12-31 07:38:44 +0000 |
commit | 61c4bff75f7372ca839706b7356768f25dc40d3c (patch) | |
tree | a384b3731b5d27b8bff0ead40671277d0135ade7 /Build/source/texk/kpathsea/knj.c | |
parent | 7faa0e50878314db51b167481dd6c3b41405469c (diff) |
minor modification
git-svn-id: svn://tug.org/texlive/trunk@32524 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/knj.c')
-rw-r--r-- | Build/source/texk/kpathsea/knj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/knj.c b/Build/source/texk/kpathsea/knj.c index efdaaeabe33..1073c76bbb0 100644 --- a/Build/source/texk/kpathsea/knj.c +++ b/Build/source/texk/kpathsea/knj.c @@ -162,7 +162,7 @@ fsyscp_fopen (const char *filename, const char *mode) } void -get_command_line_args_utf8 (const_string enc, int *p_ac, string **p_av) +get_command_line_args_utf8 (const_string enc, int *p_ac, char ***p_av) { int argc; string *argv; |