diff src/xfns.c @ 34512:d069886667e6

(gray_bitmap_bits): Declare `char *'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 13 Dec 2000 13:24:02 +0000
parents 329225ae6b61
children d4b8782e7f7b
line wrap: on
line diff
--- a/src/xfns.c	Wed Dec 13 13:23:37 2000 +0000
+++ b/src/xfns.c	Wed Dec 13 13:24:02 2000 +0000
@@ -124,7 +124,7 @@
 
 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".  */