summaryrefslogtreecommitdiff
path: root/clip.c
diff options
context:
space:
mode:
Diffstat (limited to 'clip.c')
-rw-r--r--clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clip.c b/clip.c
index 9988ce1..94f84a6 100644
--- a/clip.c
+++ b/clip.c
@@ -194,7 +194,7 @@ outcode(Point p, Rectangle r)
}
/* lerp vertex attributes to match the new positions */
-void
+static void
adjustverts(Point *p0, Point *p1, Vertex *v0, Vertex *v1)
{
Vertex v[2];