Skip to content

Commit

Permalink
missing char
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Nov 2, 2023
1 parent d4d4688 commit 242b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/OcMemoryLib/MemoryAlloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OcAllocatePagesFromTop (
EFI_STATUS Status;
UINTN MemoryMapSize = 0;
EFI_MEMORY_DESCRIPTOR *MemoryMap;
UINTN MapKey = 0
UINTN MapKey = 0;
UINTN DescriptorSize = 0;
UINT32 DescriptorVersion = 0;
EFI_MEMORY_DESCRIPTOR *MemoryMapEnd;
Expand Down

0 comments on commit 242b260

Please sign in to comment.