diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-19 13:31:19 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-19 21:49:05 +0200 |
| commit | 0434286445e8f5e62c818ef65f73c42433195e0c (patch) | |
| tree | 8709fa5b2a7c4efb9300055c176cd241e792f348 /src | |
| parent | 5c42cc27e8a5240b2c200b7162f700f791e958f7 (diff) | |
fixed ascii art, added whitespace between info and art
Diffstat (limited to 'src')
| -rw-r--r-- | src/ascii.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
