From 0434286445e8f5e62c818ef65f73c42433195e0c Mon Sep 17 00:00:00 2001 From: Anser Date: Wed, 19 Aug 2026 13:31:19 +0200 Subject: fixed ascii art, added whitespace between info and art --- src/ascii.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ascii.c') diff --git a/src/ascii.c b/src/ascii.c index b199dd4..7dd8847 100644 --- a/src/ascii.c +++ b/src/ascii.c @@ -99,6 +99,7 @@ void print_system_info(struct system_info_t *info) printf("CPU: %s\n", info->cpu); printf("%s\n", info->memory); + printf("\n"); print_ascii_art(info); } -- cgit v1.2.3