summaryrefslogtreecommitdiff
path: root/src/gnu.h
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
commite2f1e436520d299802404c42dbecf91257fdfdb9 (patch)
treed6f18b14cbb47d2026064bac15b53b07b31e39a5 /src/gnu.h
parente3944a13795d0d95b54c63c76fbc0ef4473ba11c (diff)
downloademacs-e2f1e436520d299802404c42dbecf91257fdfdb9.tar.gz
(gnu_bits): Use unsigned char.
Diffstat (limited to 'src/gnu.h')
-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,