Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
62906360
Commit
62906360
authored
Dec 13, 2000
by
Gerd Moellmann
Browse files
(gray_bitmap_bits): Declare `char *'.
parent
10659c77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
62906360
...
...
@@ -124,7 +124,7 @@ extern double atof ();
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". */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment