From 27aa6c53b1a35eb4e1919977b920e83feefc5ea7 Mon Sep 17 00:00:00 2001 From: PalanixYT <51162745+PalanixYT@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:11:29 +0200 Subject: [PATCH] well, the amount of lines were too much. ROWS says how many lines the logo, and only logo has. i think i'll make it easier shortly after this.anyways, thank you for your contribution --- logos/devuan.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/logos/devuan.h b/logos/devuan.h index 4d9a4ae..9a937b0 100644 --- a/logos/devuan.h +++ b/logos/devuan.h @@ -1,6 +1,6 @@ #include "../color.h" #define COLOR MAGENTA -#define ROWS 19 +#define ROWS 15 char *logo[] = { " ..,,;;;::;,.. ", " `':ddd;:,. ", @@ -18,10 +18,7 @@ char *logo[] = { " `$$$$$bd:''` ", " `'''` ", " ", - " ", - " ", - " ", - " ", + }; //IMPORTANT: Always make the lines the same length. There shouldn't be any extra spaces, as they are added later on by the programm itself //IMPORTANT: the last line should be only spaces with the same length as the other lines, ROWS should exclude the last line