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"
|
" .--``--.\n"
|
||||||
"%s ww O\u03c9O w\n"
|
"%s ww O\u03c9O w\n"
|
||||||
"%s w w\n"
|
"%s w w\n"
|
||||||
"%s w w\n"
|
"%s w w\n",
|
||||||
"%s w w\n"
|
GREEN, YELLOW, RED, PINK);
|
||||||
" www_-_www\n\n",
|
if (!show_pkgs)
|
||||||
GREEN, YELLOW, RED, PINK, BLUE);
|
printf("%s w w\n", BLUE);
|
||||||
|
printf("\n%s www_-_www\n\n", BLUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Windows
|
// Windows
|
||||||
|
|
Loading…
Reference in a new issue