Skip to content

Commit

Permalink
Build: Fix minor typos, thx Slice&Co
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Nov 3, 2021
1 parent 1ec9d18 commit 20721dc
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Application/ControlMsrE2/ControlMsrE2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@

[Sources]
ControlMsrE2.c
VerifyMsrE2.c
ControlMsrE2UI.c
ControlMsrE2.h
ControlMsrE2Hii.c
ControlMsrE2UI.c
VerifyMsrE2.c

[Packages]
MdePkg/MdePkg.dec
Expand Down
2 changes: 1 addition & 1 deletion Library/OcConsoleLib/Eg2Info.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OcAppleEg2InfoInstallProtocol (
UINT32 Attributes;
UINT32 Rotation;

DEBUG ((DEBUG_VERBOSE, "OcAppleFbInfoInstallProtocol\n"));
DEBUG ((DEBUG_VERBOSE, "OcAppleEg2InfoInstallProtocol\n"));

if (Reinstall) {
Status = OcUninstallAllProtocolInstances (&gAppleEg2InfoProtocolGuid);
Expand Down
3 changes: 2 additions & 1 deletion Library/OcConsoleLib/OcConsoleLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
[Sources]
ConsoleControl.c
ConsoleGop.c
GopPassThrough.c
ConsoleGopInternal.h
Eg2Info.c
FramebufferInfo.c
GopPassThrough.c
OcConsoleLib.c
OcConsoleLibInternal.h
ResolutionParsing.c
Expand Down
3 changes: 2 additions & 1 deletion Library/OcGuardLib/OcGuardLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
[Sources]
Alignment.c
BitOverflow.c
GuardInternals.h
Math.c
NativeOverflow.c
TripleOverflow.c
UbsanPrintf.c
Ubsan.c
Ubsan.h
UbsanPrintf.c

[Packages]
MdePkg/MdePkg.dec
Expand Down
2 changes: 1 addition & 1 deletion Library/OcMainLib/OpenCoreUefi.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ OcReinstallProtocols (
}

if (OcAppleEg2InfoInstallProtocol (Config->Uefi.ProtocolOverrides.AppleEg2Info) == NULL) {
DEBUG ((DEBUG_INFO, "OC: Failed to install fb info protocol\n"));
DEBUG ((DEBUG_INFO, "OC: Failed to install eg2 info protocol\n"));
}
}

Expand Down
1 change: 1 addition & 0 deletions Library/OcMp3Lib/OcMp3Lib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
helix/hufftabs.c
helix/imdct.c
helix/mp3common.h
helix/mp3compat.h
helix/mp3dec.h
helix/mp3dec.c
helix/mp3tabs.c
Expand Down
1 change: 1 addition & 0 deletions Library/OcPeCoffExtLib/OcPeCoffExtLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#

[Sources]
OcPeCoffExtInternal.h
OcPeCoffExtLib.c

[Packages]
Expand Down
1 change: 1 addition & 0 deletions Library/OcPeCoffLib/OcPeCoffLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
PeCoffDebug.c
PeCoffHash.c
PeCoffInit.c
PeCoffInternal.h
PeCoffLoad.c
PeCoffRelocate.c

Expand Down
1 change: 1 addition & 0 deletions Platform/OpenLinuxBoot/OpenLinuxBoot.inf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
GrubCfg.c
GrubEnv.c
GrubVars.c
LinuxBootInternal.h
LoaderEntry.c
OpenLinuxBoot.c
VersionCompare.c

0 comments on commit 20721dc

Please sign in to comment.