summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/Conf/Migration/R8Lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Conf/Migration/R8Lib.c b/Tools/Conf/Migration/R8Lib.c
index def1590..c705187 100644
--- a/Tools/Conf/Migration/R8Lib.c
+++ b/Tools/Conf/Migration/R8Lib.c
@@ -1013,7 +1013,7 @@ Returns:
}
GuidHob.Raw = GetNextGuidHob (Guid, *HobStart);
- if (GuidHob == NULL) {
+ if (GuidHob.Raw == NULL) {
return EFI_NOT_FOUND;
}