From 358b0ea076eb3196f1525f22e2cea012361d8716 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sat, 2 May 2009 17:57:40 +0000 Subject: [PATCH] Fix compilation error (gcc 4.3.3 doesn't seem to like inline, or maybe it should be static inline) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@764 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- brush.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)