summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/kdefault.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
committerKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
commit67257c18c27c5265b15a55ad61d45da410f2f104 (patch)
treecda7ad04d5508d318053deda2922c990892023d2 /Build/source/texk/kpathsea/kdefault.c
parent7bc782074dd7cba33ad218494c3693c66a33037d (diff)
formatting/doc fixes
git-svn-id: svn://tug.org/texlive/trunk@16274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/kdefault.c')
-rw-r--r--Build/source/texk/kpathsea/kdefault.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/kdefault.c b/Build/source/texk/kpathsea/kdefault.c
index 235be28cd9b..43b79965ee5 100644
--- a/Build/source/texk/kpathsea/kdefault.c
+++ b/Build/source/texk/kpathsea/kdefault.c
@@ -3,7 +3,7 @@
make a program `default' from it, since we have a target `default';
and OSF/1 make doesn't understand .PHONY.)
- Copyright 1993, 1994, 1996, 2008 Karl Berry.
+ Copyright 1993, 1994, 1996, 2008, 2009 Karl Berry.
Copyright 2002, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -29,7 +29,8 @@
that is fastest. Usually it will be leading or trailing. */
string
-kpathsea_expand_default (kpathsea kpse, const_string path, const_string fallback)
+kpathsea_expand_default (kpathsea kpse, const_string path,
+ const_string fallback)
{
unsigned path_length;
string expansion;
@@ -115,7 +116,8 @@ main ()
test_expand_default (ENV_SEP_STRING, default_path);
test_expand_default (ENV_SEP_STRING "first", default_path);
test_expand_default ("last" ENV_SEP_STRING, default_path);
- test_expand_default ("middle" ENV_SEP_STRING ENV_SEP_STRING "elddim", default_path);
+ test_expand_default ("middle" ENV_SEP_STRING ENV_SEP_STRING "elddim",
+ default_path);
return 0;
}