diff options
-rw-r--r-- | Library/CommonLib/EfiConsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/CommonLib/EfiConsole.c b/Library/CommonLib/EfiConsole.c index 0d94235..71373ab 100644 --- a/Library/CommonLib/EfiConsole.c +++ b/Library/CommonLib/EfiConsole.c @@ -175,7 +175,7 @@ ConsoleShowTip( // remove tip
for (i = 0; i < StrLen(tip); ++i) {
- OUT_PRINT(L"\b \b", tip);
+ OUT_PRINT(L"\b \b");
}
}
|