Skip to content

Commit b150e8d

Browse files
committed
whoops
1 parent bb897f0 commit b150e8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/logo/builtin.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ static const FFlogo* getLogoAlpineSmall()
8080
FF_LOGO_INIT
8181
FF_LOGO_NAMES("alpine_small", "alpine-linux-small")
8282
FF_LOGO_LINES(
83-
" /\\ /\\n"
84-
" // \\ \\n"
85-
" // \\ \\n"
86-
"/// \\ \\n"
87-
"// \\ \\n"
83+
" /\\ /\\\n"
84+
" // \\ \\\n"
85+
" // \\ \\\n"
86+
"/// \\ \\\n"
87+
"// \\ \\\n"
8888
" \\n"
8989
)
9090
FF_LOGO_COLORS(

0 commit comments

Comments
 (0)