diff --git a/uwufetch.c b/uwufetch.c index 0b8b749..933561f 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -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"); } -} \ No newline at end of file +}