mirror of
https://github.com/bb107/MemoryModulePP
synced 2026-06-08 13:15:33 +00:00
Fixed some code formatting
This commit is contained in:
@@ -248,7 +248,7 @@ NTSTATUS MemoryLoadLibrary(
|
||||
nullptr,
|
||||
old_header->OptionalHeader.SizeOfImage,
|
||||
MEM_RESERVE,
|
||||
PAGE_READWRITE
|
||||
PAGE_EXECUTE_READWRITE
|
||||
);
|
||||
if (!base) status = STATUS_NO_MEMORY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user