From 5cd38bc2023580c2bd998d32babbab335b68c50a Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Mon, 7 Jun 2021 13:02:12 +0200 Subject: [PATCH] Wrong mac os logo should be fixed, even without printing packages info (#81) --- uwufetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwufetch.c b/uwufetch.c index c75e7b3..d9e474a 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -805,7 +805,7 @@ void print_ascii() "%s w w\n", GREEN, YELLOW, RED, PINK); if (!show_pkgs) - printf("%s w w\n", BLUE); + printf("%s w w", BLUE); printf("\n%s www_-_www\n\n", BLUE); }