aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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