mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:52:59 +00:00
[FREELDR]
Code formatting only svn path=/trunk/; revision=58009
This commit is contained in:
parent
4434b64659
commit
67f7502ca4
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ VOID TuiDrawBackdrop(VOID)
|
||||||
//
|
//
|
||||||
// Draw title text
|
// Draw title text
|
||||||
//
|
//
|
||||||
TuiDrawText( (UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2,
|
TuiDrawText((UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2,
|
||||||
2,
|
2,
|
||||||
UiTitleBoxTitleText,
|
UiTitleBoxTitleText,
|
||||||
ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor));
|
ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue