Forgot spacing

This commit is contained in:
Aurora 2016-03-25 05:15:43 +01:00
parent 53cc426c5e
commit 069d77eb99

View File

@ -36,7 +36,7 @@ void installer(void){
drawString("Safe A9LH Installer v1.5", 10, 10, COLOR_TITLE); drawString("Safe A9LH Installer v1.5", 10, 10, COLOR_TITLE);
pos_y = drawString("Thanks to delebile, #cakey and StandardBus", 10, 40, COLOR_WHITE); pos_y = drawString("Thanks to delebile, #cakey and StandardBus", 10, 40, COLOR_WHITE);
pos_y = drawString(a9lhBoot ? "Press SELECT to update A9LH" : "Press SELECT for a full install", 10, pos_y, COLOR_WHITE); pos_y = drawString(a9lhBoot ? "Press SELECT to update A9LH" : "Press SELECT for a full install", 10, pos_y + SPACING_VERT, COLOR_WHITE);
pos_y = drawString("Press any other button to shutdown", 10, pos_y, COLOR_WHITE); pos_y = drawString("Press any other button to shutdown", 10, pos_y, COLOR_WHITE);
if(waitInput() != BUTTON_SELECT) shutdown(0, NULL); if(waitInput() != BUTTON_SELECT) shutdown(0, NULL);