diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-11 18:40:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-11 18:40:36 +0000 |
commit | b235a62b87d72de3358674b4264d21726d7a2a9e (patch) | |
tree | b9e18ad1b75b63daa427eeba830126567aa9dc81 /Build/source/texk/kpathsea | |
parent | 14ff425efd73db1c76001525d5e0add6e7f30cb2 (diff) |
missed space
git-svn-id: svn://tug.org/texlive/trunk@49383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 24e29e1979f..515f06f1468 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2018-12-11 Karl Berry <karl@freefriends.org> + + * kpsewhich.c (main): formatting. + 2018-12-04 Karl Berry <karl@freefriends.org> * kpsewhich.c (main) [WIN32]: #define puts kpathsea_win32_puts diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index 509e6bab10c..5ecd149e6de 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -772,7 +772,7 @@ main (int argc, string *argv) int ac; #endif /* WIN32 */ unsigned unfound = 0; - kpathsea kpse = kpathsea_new(); + kpathsea kpse = kpathsea_new (); /* Read options, then dependent initializations. */ read_command_line (kpse, argc, argv); |