diff --git a/brush.c b/brush.c index 209aa7ea..b88e38c9 100644 --- a/brush.c +++ b/brush.c @@ -1293,7 +1293,7 @@ void Stretch_brush_preview(short x1, short y1, short x2, short y2) } /// Returns the minimum of 4 integers. -inline int Min4(int a,int b,int c,int d) +int Min4(int a,int b,int c,int d) { if (ab) if (c>d)