really inline the function, not only the prototype

This commit is contained in:
Sven Neumann 2005-03-11 13:01:15 +00:00
parent 133d55070a
commit 42e044aa83
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ quick_median_select (guchar **p,
}
}
static guchar
static inline guchar
pixel_intensity (const guchar *p,
gint bpp)
{