Make indentation in settings saving error consistent with rest of cases

This commit is contained in:
Dav999-v 2020-11-22 04:14:52 +01:00 committed by Ethan Lee
parent 444074a931
commit 09986c90f7
1 changed files with 2 additions and 2 deletions

View File

@ -1158,8 +1158,8 @@ void menurender()
break;
}
case Menu::errorsavingsettings:
graphics.Print( -1, 95, "ERROR: Could not save settings file!", tr, tg, tb, true);
break;
graphics.Print( -1, 95, "ERROR: Could not save settings file!", tr, tg, tb, true);
break;
default:
break;
}