From 069d77eb997ba196a2f714a05cf54ed602581480 Mon Sep 17 00:00:00 2001 From: Aurora Date: Fri, 25 Mar 2016 05:15:43 +0100 Subject: [PATCH] Forgot spacing --- source/installer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installer.c b/source/installer.c index 2d38efd..979db33 100755 --- a/source/installer.c +++ b/source/installer.c @@ -36,7 +36,7 @@ void installer(void){ 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(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); if(waitInput() != BUTTON_SELECT) shutdown(0, NULL);