diff options
Diffstat (limited to 'banner.c')
| -rw-r--r-- | banner.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -109,13 +109,13 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " H H ", " " }, - ['I'] = { " ", - " i ", - " ", - " i ", - " i ", - " i ", - " i ", + ['I'] = { " III ", + " I ", + " I ", + " I ", + " I ", + " I ", + " III ", " " }, ['J'] = { " ", |
