summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-plow_PlowRules1.c
blob: a34341e700cb750d240b4716e27a98a5e5543937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-plow_PlowRules1.c,v 1.2 2013/03/07 22:05:13 joerg Exp $

--- plow/PlowRules1.c.orig	2013-03-02 22:36:15.000000000 +0000
+++ plow/PlowRules1.c
@@ -529,10 +529,8 @@ prSliverTop(edge, rules)
     }
 }
 
-int
-prSliverBot(edge, rules)
-    Edge *edge;
-    PlowRule *rules;
+void
+prSliverBot(Edge *edge, PlowRule *rules)
 {
     TileTypeBitMask insideTypes;
     PlowRule *pr;