X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fimgproc.c;h=c8bec40d9c927c67ab2ef385e242121d04d51f84;hb=c17cfefd00f49430bd139e11bfc580734091d728;hp=1306ccc0f694b095973d0da14a84325d332e1450;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/imgproc.c b/src/imgproc.c index 1306ccc..c8bec40 100644 --- a/src/imgproc.c +++ b/src/imgproc.c @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ /* Original author: Jareth Hein */ /* Parts of this file are based on code from Sam Leffler's tiff library, - with the original copywrite displayed here: + with the original copyright displayed here: Copyright (c) 1988-1997 Sam Leffler Copyright (c) 1991-1997 Silicon Graphics, Inc. @@ -50,7 +50,7 @@ get_histogram(quant_table *qt, unsigned char *pic, { register unsigned char *inptr; register int red, green, blue; - register unsigned int j, i; + register int j, i; box->rmin = box->gmin = box->bmin = 999; box->rmax = box->gmax = box->bmax = -1;