Wrong mac os logo should be fixed, even without printing packages info (#81)
This commit is contained in:
parent
a74aa5e02c
commit
5cd38bc202
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ void print_ascii()
|
||||||
"%s w w\n",
|
"%s w w\n",
|
||||||
GREEN, YELLOW, RED, PINK);
|
GREEN, YELLOW, RED, PINK);
|
||||||
if (!show_pkgs)
|
if (!show_pkgs)
|
||||||
printf("%s w w\n", BLUE);
|
printf("%s w w", BLUE);
|
||||||
printf("\n%s www_-_www\n\n", BLUE);
|
printf("\n%s www_-_www\n\n", BLUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue