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");
|
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"
|
||||||
|
|
Loading…
Reference in a new issue