GentOwO fix
This commit is contained in:
parent
cb14ce235b
commit
1cc394c728
1 changed files with 4 additions and 4 deletions
|
@ -151,11 +151,11 @@ void print_ascii() { // prints logo of the given system. distributions listed al
|
|||
sprintf(version_name, "%s", "GentOwO");
|
||||
printf( "\033[3;9H%s _-----_\n"
|
||||
" ( \\n"
|
||||
" \ OwO \\n"
|
||||
"%s \ )\n"
|
||||
" \\ OwO \\n"
|
||||
"%s \\ )\n"
|
||||
" / _/\n"
|
||||
" ( _-\n"
|
||||
" \____-\n", MAGENTA, WHITE);
|
||||
" \\____-\n", MAGENTA, WHITE);
|
||||
} else if (strcmp(version_name, "manjaro") == 0) {
|
||||
sprintf(version_name, "%s", "Myanjaro");
|
||||
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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue