summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ascii.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ascii.c b/src/ascii.c
index 5e6183f..daac882 100644
--- a/src/ascii.c
+++ b/src/ascii.c
@@ -355,7 +355,6 @@ const char ascii_chars[256][ASCII_WIDTH * ASCII_HEIGHT] = {
0, 0, 0, 0, 0,
},
['<'] = {
- 0, 0, 0, 0, 0,
0, 0, 0, 0, 1,
0, 0, 0, 1, 0,
0, 0, 1, 0, 0,
@@ -366,6 +365,7 @@ const char ascii_chars[256][ASCII_WIDTH * ASCII_HEIGHT] = {
0, 0, 0, 1, 0,
0, 0, 0, 0, 1,
0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
},
['='] = {
0, 0, 0, 0, 0,
@@ -381,7 +381,6 @@ const char ascii_chars[256][ASCII_WIDTH * ASCII_HEIGHT] = {
0, 0, 0, 0, 0,
},
['>'] = {
- 0, 0, 0, 0, 0,
1, 0, 0, 0, 0,
0, 1, 0, 0, 0,
0, 0, 1, 0, 0,
@@ -392,6 +391,7 @@ const char ascii_chars[256][ASCII_WIDTH * ASCII_HEIGHT] = {
0, 1, 0, 0, 0,
1, 0, 0, 0, 0,
0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
},
['?'] = {
0, 1, 1, 1, 0,
© All Rights Reserved