summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--banner.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/banner.c b/banner.c
index 4668357..388f4d8 100644
--- a/banner.c
+++ b/banner.c
@@ -73,13 +73,13 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" DDDD ",
" " },
- ['E'] = { " ",
- " ",
- " eeee ",
- " e e ",
- " eeeeee ",
- " e ",
- " eeee ",
+ ['E'] = { " EEEEEE ",
+ " E ",
+ " E ",
+ " EEEE ",
+ " E ",
+ " E ",
+ " EEEEEE ",
" " },
['F'] = { " ff ",