GentOwO fix

This commit is contained in:
P.K 2021-03-06 16:15:13 -06:00 committed by GitHub
parent cb14ce235b
commit 1cc394c728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,11 +151,11 @@ void print_ascii() { // prints logo of the given system. distributions listed al
sprintf(version_name, "%s", "GentOwO"); sprintf(version_name, "%s", "GentOwO");
printf( "\033[3;9H%s _-----_\n" printf( "\033[3;9H%s _-----_\n"
" ( \\n" " ( \\n"
" \ OwO \\n" " \\ OwO \\n"
"%s \ )\n" "%s \\ )\n"
" / _/\n" " / _/\n"
" ( _-\n" " ( _-\n"
" \____-\n", MAGENTA, WHITE); " \\____-\n", MAGENTA, WHITE);
} else if (strcmp(version_name, "manjaro") == 0) { } else if (strcmp(version_name, "manjaro") == 0) {
sprintf(version_name, "%s", "Myanjaro"); sprintf(version_name, "%s", "Myanjaro");
printf( " \u25b3 \u25b3 \u25e0\u25e0\u25e0\u25e0\n" printf( " \u25b3 \u25b3 \u25e0\u25e0\u25e0\u25e0\n"
@ -167,4 +167,4 @@ void print_ascii() { // prints logo of the given system. distributions listed al
" \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n" " \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n"
" \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n"); " \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n");
} }
} }