From a8fc36b116384d5290a0d6d5dde106b346dd97ed Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 10 Dec 2021 21:29:37 +0300 Subject: tbi/win: add the missed semicolon --- Library/UefiShellUfmCommandLib/tbi/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/UefiShellUfmCommandLib/tbi/win.c b/Library/UefiShellUfmCommandLib/tbi/win.c index 13183b2..74d7ebe 100644 --- a/Library/UefiShellUfmCommandLib/tbi/win.c +++ b/Library/UefiShellUfmCommandLib/tbi/win.c @@ -218,7 +218,7 @@ BOOLEAN whline(struct window *w, INT32 x, INT32 y, CHAR16 ch, INT32 attr, UINTN VOID waddch(struct window *w, CHAR16 ch, INT32 attr) { - INT32 x = w->curx + INT32 x = w->curx; INT32 y = w->cury; if(x >= w->width) { -- cgit v1.2.3-18-g5258