(U+6215): Apply new conventions for glyph granularity.
[chise/xemacs-chise.git.1] / src / imgproc.c
index 1306ccc..c8bec40 100644 (file)
@@ -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;