mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +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
|
||||
//
|
||||
TuiDrawText( (UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2,
|
||||
TuiDrawText((UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2,
|
||||
2,
|
||||
UiTitleBoxTitleText,
|
||||
ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue