(gnu_bits): Use unsigned char.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user