summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/truncate.c')
-rw-r--r--Build/source/texk/kpathsea/truncate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/truncate.c b/Build/source/texk/kpathsea/truncate.c
index 48662c80e44..a4ea938f394 100644
--- a/Build/source/texk/kpathsea/truncate.c
+++ b/Build/source/texk/kpathsea/truncate.c
@@ -31,10 +31,10 @@ kpathsea_truncate_filename (kpathsea kpse, const_string name)
{
unsigned c_len = 0; /* Length of current component. */
unsigned ret_len = 0; /* Length of constructed result. */
-
+
/* Allocate enough space. */
string ret = (string) xmalloc (strlen (name) + 1);
-
+
(void)kpse; /* currenty not used */
for (; *name; name++)