Oops, FTP Screen didn't had a return;.

This commit is contained in:
StackZ
2020-05-29 08:14:24 +02:00
parent a0251da39f
commit 965eeba3a9
+1
View File
@@ -91,6 +91,7 @@ void FTPScreen::Draw(void) const {
ftp_exit();
Gui::screenBack(false);
return;
}
// Needed here, otherwise it won't compile.