]> git.imager.perl.org - imager.git/blobdiff - conv.c
the cookbook said we couldn't limit image sizes, but we can now. Fix
[imager.git] / conv.c
diff --git a/conv.c b/conv.c
index 3e560d3066336919a8f5efe4c3be946c01c60022..033fb520d39ca58474b530b276a2303c113f324a 100644 (file)
--- a/conv.c
+++ b/conv.c
@@ -12,7 +12,7 @@
 */
 
 void
-i_conv(i_img *im,float *coeff,int len) {
+i_conv(i_img *im,const float *coeff,int len) {
   int i,l,c,ch,center;
   float pc;
   i_color rcolor;