From 67f7502ca4df70d66b35360314af345820946348 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 26 Dec 2012 01:59:39 +0000 Subject: [PATCH] [FREELDR] Code formatting only svn path=/trunk/; revision=58009 --- reactos/boot/freeldr/freeldr/ui/tui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/ui/tui.c b/reactos/boot/freeldr/freeldr/ui/tui.c index cec9a33cd7a..2fd5b5c9811 100644 --- a/reactos/boot/freeldr/freeldr/ui/tui.c +++ b/reactos/boot/freeldr/freeldr/ui/tui.c @@ -128,7 +128,7 @@ VOID TuiDrawBackdrop(VOID) // // Draw title text // - TuiDrawText( (UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2, + TuiDrawText((UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2, 2, UiTitleBoxTitleText, ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor)); -- 2.17.1