diff options
Diffstat (limited to 'src')
| -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 | ||