mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcConsoleLib: Fix typos in the previous commit
This commit is contained in:
parent
5d4138aef4
commit
ffbf9ba753
@ -451,8 +451,8 @@ OcConsoleControlSetBehaviourForHandle (
|
||||
|
||||
if (Handle != NULL) {
|
||||
Status = gBS->HandleProtocol (
|
||||
&gEfiConsoleControlProtocolGuid,
|
||||
Handle,
|
||||
&gEfiConsoleControlProtocolGuid,
|
||||
(VOID *) &ConsoleControl
|
||||
);
|
||||
} else {
|
||||
@ -662,6 +662,7 @@ ParseConsoleControlBehaviour (
|
||||
return OcConsoleControlDefault;
|
||||
}
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
SetConsoleResolutionForProtocol (
|
||||
IN EFI_GRAPHICS_OUTPUT_PROTOCOL *GraphicsOutput,
|
||||
@ -832,6 +833,7 @@ SetConsoleResolutionForProtocol (
|
||||
return Status;
|
||||
}
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
SetConsoleModeForProtocol (
|
||||
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *TextOut,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user