summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-02-18 06:28:50 +0000
committerRichard M. Stallman <rms@gnu.org>1994-02-18 06:28:50 +0000
commit1b975aff448ce848e6346cfcf8fd36c1ca4e4e04 (patch)
tree1659248f08799218c6e1fb49755538ac1588c5c3
parent573f41aba93ea9357c6d3dc0a48c74e9a8aee880 (diff)
downloademacs-1b975aff448ce848e6346cfcf8fd36c1ca4e4e04.tar.gz
(gnu_bits): Use unsigned char.
-rw-r--r--src/gnu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnu.h b/src/gnu.h
index b699ffe4604..b5cf7261f7d 100644
--- a/src/gnu.h
+++ b/src/gnu.h
@@ -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,