diff options
| author | Gerd Moellmann | 2000-12-13 13:24:02 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-13 13:24:02 +0000 |
| commit | 62906360e98fa05af0804724114450279bb24016 (patch) | |
| tree | ef06b86ce5d63e56aeca82e2122d63f4f38ed9c2 | |
| parent | 10659c7727c5c3730aefd6f558ec9e0359108cc7 (diff) | |
| download | emacs-62906360e98fa05af0804724114450279bb24016.tar.gz emacs-62906360e98fa05af0804724114450279bb24016.zip | |
(gray_bitmap_bits): Declare `char *'.
| -rw-r--r-- | src/xfns.c | 2 |
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 | ||
| 125 | int gray_bitmap_width = gray_width; | 125 | int gray_bitmap_width = gray_width; |
| 126 | int gray_bitmap_height = gray_height; | 126 | int gray_bitmap_height = gray_height; |
| 127 | unsigned char *gray_bitmap_bits = gray_bits; | 127 | char *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 | ||