Skip to content

Commit 99aa2f7

Browse files
committed
swap order
1 parent b251c32 commit 99aa2f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/logo/builtin.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -781,16 +781,16 @@ static const FFlogo* getLogoKISSLinux()
781781
FF_LOGO_NAMES("kiss", "kiss-linux", "kisslinux")
782782
FF_LOGO_LINES(
783783
" $3 ___ \n"
784-
" ($1.· $3| \n"
785-
" ($2<> $3| \n"
786-
" / $1__$3 \\ \n"
784+
" ($2.· $3| \n"
785+
" ($1<> $3| \n"
786+
" / $2__$3 \\ \n"
787787
" ( $1/ \\ $3/| \n"
788-
"$2_$3/\\ $1__)$3/$2_$3) \n"
789-
"$2\\/$3-____$2\\/$1 \n"
788+
"$1_$3/\\ $2__)$3/$1_$3) \n"
789+
"$1\\/$3-____$1\\/$2 \n"
790790
)
791791
FF_LOGO_COLORS(
792-
"37", //white
793792
"35", //magenta
793+
"37", //white
794794
"34" //blue
795795
)
796796
FF_LOGO_RETURN

0 commit comments

Comments
 (0)