From 61c4bff75f7372ca839706b7356768f25dc40d3c Mon Sep 17 00:00:00 2001 From: Takuji Tanaka Date: Tue, 31 Dec 2013 07:38:44 +0000 Subject: minor modification git-svn-id: svn://tug.org/texlive/trunk@32524 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/knj.c | 2 +- Build/source/texk/kpathsea/knj.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'Build') 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; diff --git a/Build/source/texk/kpathsea/knj.h b/Build/source/texk/kpathsea/knj.h index 7c8ceebb5bb..7c9e9b6deb8 100644 --- a/Build/source/texk/kpathsea/knj.h +++ b/Build/source/texk/kpathsea/knj.h @@ -19,8 +19,6 @@ #ifndef KPATHSEA_KNJ_H #define KPATHSEA_KNJ_H -#include - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3