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 --- ascii/cccp.ascii | 12 ++++++------ src/ascii.c | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ascii/cccp.ascii b/ascii/cccp.ascii index f0f8008..6a6c220 100644 --- a/ascii/cccp.ascii +++ b/ascii/cccp.ascii @@ -1,10 +1,10 @@ Proletarier aller Länder, vereinigt euch! - _________________ - / \ - | | - | ☭ ССССР ☭ | - | | - \_________________/ + ________________ + / \ + | | + | ☭ СССР ☭ | + | | + \________________/ Пролетарии всех стран, соединяйтесь! 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