From 965eeba3a9ee5b9c4f635b96602e7c15b5825f8f Mon Sep 17 00:00:00 2001 From: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Fri, 29 May 2020 08:14:24 +0200 Subject: [PATCH] Oops, FTP Screen didn't had a `return;`. --- source/screens/ftpScreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/screens/ftpScreen.cpp b/source/screens/ftpScreen.cpp index 39c383d..7a44aba 100644 --- a/source/screens/ftpScreen.cpp +++ b/source/screens/ftpScreen.cpp @@ -91,6 +91,7 @@ void FTPScreen::Draw(void) const { ftp_exit(); Gui::screenBack(false); + return; } // Needed here, otherwise it won't compile.