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 f7aecec..d50de63 100644
--- a/banner.c
+++ b/banner.c
@@ -199,13 +199,13 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" R R ",
" ", },
- ['S'] = { " ",
- " ",
- " ssss ",
- " s ",
- " ssss ",
- " s ",
- " ssss ",
+ ['S'] = { " SSSS ",
+ " S S ",
+ " S ",
+ " SSSS ",
+ " S ",
+ " S S ",
+ " SSSS ",
" ", },
['T'] = { " t ",