Wrong mac os logo should be fixed (#81)
This commit is contained in:
parent
dd97143aeb
commit
a74aa5e02c
1 changed files with 5 additions and 4 deletions
|
@ -802,10 +802,11 @@ void print_ascii()
|
|||
" .--``--.\n"
|
||||
"%s ww O\u03c9O w\n"
|
||||
"%s w w\n"
|
||||
"%s w w\n"
|
||||
"%s w w\n"
|
||||
" www_-_www\n\n",
|
||||
GREEN, YELLOW, RED, PINK, BLUE);
|
||||
"%s w w\n",
|
||||
GREEN, YELLOW, RED, PINK);
|
||||
if (!show_pkgs)
|
||||
printf("%s w w\n", BLUE);
|
||||
printf("\n%s www_-_www\n\n", BLUE);
|
||||
}
|
||||
|
||||
// Windows
|
||||
|
|
Loading…
Reference in a new issue