diff options
Diffstat (limited to 'src/ascii.c')
| -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); } |
