Add missed CompareGuid fixup
Missed from ncroxon/gnu-efi@c14705b746 Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
86239d7bdf
commit
189cf4ec73
@ -154,7 +154,7 @@ GuidToString (
|
||||
//
|
||||
|
||||
for (Index=0; KnownGuids[Index].Guid; Index++) {
|
||||
if (CompareGuid(Guid, KnownGuids[Index].Guid) == 0) {
|
||||
if (CompareGuid(Guid, KnownGuids[Index].Guid)) {
|
||||
UnicodeSPrint (Buffer, 0, KnownGuids[Index].GuidName);
|
||||
return ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user