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 328ec7f..5fc81be 100644 --- a/src/ascii.c +++ b/src/ascii.c @@ -79,6 +79,7 @@ void print_ascii_art(struct system_info_t *info) void print_system_info(struct system_info_t *info) { + printf("OS: %s\n", info->distro); printf("Kernel: %s\n", info->kernel); printf("CPU: %s\n", info->cpu); printf("%s\n", info->memory); |
