aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-13 13:24:02 +0000
committerGerd Moellmann2000-12-13 13:24:02 +0000
commit62906360e98fa05af0804724114450279bb24016 (patch)
treeef06b86ce5d63e56aeca82e2122d63f4f38ed9c2
parent10659c7727c5c3730aefd6f558ec9e0359108cc7 (diff)
downloademacs-62906360e98fa05af0804724114450279bb24016.tar.gz
emacs-62906360e98fa05af0804724114450279bb24016.zip
(gray_bitmap_bits): Declare `char *'.
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index bd83ce671c9..be89268ec76 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -124,7 +124,7 @@ extern double atof ();
124 124
125int gray_bitmap_width = gray_width; 125int gray_bitmap_width = gray_width;
126int gray_bitmap_height = gray_height; 126int gray_bitmap_height = gray_height;
127unsigned char *gray_bitmap_bits = gray_bits; 127char *gray_bitmap_bits = gray_bits;
128 128
129/* The name we're using in resource queries. Most often "emacs". */ 129/* The name we're using in resource queries. Most often "emacs". */
130 130