diff options
| -rw-r--r-- | banner.c | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -172,14 +172,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " OOOO ", " " }, - ['P'] = { " ", - " ", - " ppppp ", - " p p ", - " p p ", - " ppppp ", - " p ", - " p " }, + ['P'] = { " PPPPP ", + " P P ", + " P P ", + " PPPPP ", + " P ", + " P ", + " P ", + " " }, ['Q'] = { " ", " ", |
