]> git.eshelyaron.com Git - emacs.git/commitdiff
(gray_bitmap_bits): Declare `char *'.
authorGerd Moellmann <gerd@gnu.org>
Wed, 13 Dec 2000 13:24:02 +0000 (13:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 13 Dec 2000 13:24:02 +0000 (13:24 +0000)
src/xfns.c

index bd83ce671c9b899e505845a86bf3595061b37972..be89268ec76d0fa7afea3b4c95c016ce239aaf06 100644 (file)
@@ -124,7 +124,7 @@ extern double atof ();
 
 int gray_bitmap_width = gray_width;
 int gray_bitmap_height = gray_height;
-unsigned char *gray_bitmap_bits = gray_bits;
+char *gray_bitmap_bits = gray_bits;
 
 /* The name we're using in resource queries.  Most often "emacs".  */