summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pkm/paths.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-10-07 12:14:00 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-10-07 12:14:00 +0000
commit9183730796b683dcbb3ea2d41a7e8f0ca02449ab (patch)
tree6eac8290c36a44567c39e9a2022718b99bea02d7 /Build/source/texk/ps2pkm/paths.c
parent78531da5582cc690ec2208c722641211a3569600 (diff)
texk/ps2pkm: Minor cleanup to avoid compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@35323 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pkm/paths.c')
-rw-r--r--Build/source/texk/ps2pkm/paths.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/ps2pkm/paths.c b/Build/source/texk/ps2pkm/paths.c
index 78d8eab1919..f097983510c 100644
--- a/Build/source/texk/ps2pkm/paths.c
+++ b/Build/source/texk/ps2pkm/paths.c
@@ -52,7 +52,7 @@ The included files are:
#include "strokes.h" /* understands how to coerce stroke paths */
#include "trig.h"
-static int UnClose(struct segment *);
+static void UnClose(struct segment *);
extern void DumpText(struct segment *);
/*
@@ -919,7 +919,7 @@ struct segment *ReverseSubPaths(p)
return(r);
}
-static UnClose(p0)
+static void UnClose(p0)
register struct segment *p0;
{
register struct segment *p;