From 99aa2f7b4511d24add5a16c1989b61d2ffd05937 Mon Sep 17 00:00:00 2001 From: draumaz Date: Tue, 2 Aug 2022 12:29:44 +0000 Subject: [PATCH] swap order --- src/logo/builtin.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 1a284e560..f2e709c49 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -781,16 +781,16 @@ static const FFlogo* getLogoKISSLinux() FF_LOGO_NAMES("kiss", "kiss-linux", "kisslinux") FF_LOGO_LINES( " $3 ___ \n" - " ($1.· $3| \n" - " ($2<> $3| \n" - " / $1__$3 \\ \n" + " ($2.· $3| \n" + " ($1<> $3| \n" + " / $2__$3 \\ \n" " ( $1/ \\ $3/| \n" - "$2_$3/\\ $1__)$3/$2_$3) \n" - "$2\\/$3-____$2\\/$1 \n" + "$1_$3/\\ $2__)$3/$1_$3) \n" + "$1\\/$3-____$1\\/$2 \n" ) FF_LOGO_COLORS( - "37", //white "35", //magenta + "37", //white "34" //blue ) FF_LOGO_RETURN