From 02abc07bc11920c31be989c3cc15bb64d40a0ce4 Mon Sep 17 00:00:00 2001 From: IamNoRobot Date: Sun, 1 Jan 2023 18:18:01 +0100 Subject: [PATCH] fixed formatting error --- src/logo/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 9f1e097d8..09d13a2f0 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -1915,7 +1915,7 @@ static const FFlogo* getLogoRaspbianSmall() FF_LOGO_NAMES("raspbian_small", "raspi_small", "raspberrypi_small" "raspberrypios_small" "pios_small") FF_LOGO_LINES( " $2.~~. .~~.\n" - " '. \ ' ' / .'$1\n" + " '. \\ ' ' / .'$1\n" " .~ .~~~..~.\n" " : .~.'~'.~. :\n" " ~ ( ) ( ) ~\n"