1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

(gnu_bits): Use unsigned char.

This commit is contained in:
Richard M. Stallman 1994-02-18 06:28:50 +00:00
parent 573f41aba9
commit 1b975aff44

View file

@ -1,6 +1,6 @@
#define gnu_width 50
#define gnu_height 50
static char gnu_bits[] = {
static unsigned char gnu_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00,