mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Fix compiler warning in drcMaskSpacing()
why should be an int.
This commit is contained in:
committed by
Anton Blanchard
parent
eedc0c89a1
commit
e4e115b23e
+2
-1
@@ -1968,7 +1968,8 @@ drcMaskSpacing(set1, set2, pmask1, pmask2, wwidth, distance, adjacency,
|
||||
TileTypeBitMask *set1, *set2;
|
||||
PlaneMask pmask1, pmask2;
|
||||
int wwidth, distance;
|
||||
char *adjacency, *why;
|
||||
char *adjacency;
|
||||
int why;
|
||||
bool widerule;
|
||||
int runlength;
|
||||
bool multiplane;
|
||||
|
||||
Reference in New Issue
Block a user