mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
kernel32: Fix a typo.
This commit is contained in:
parent
496fd1dc56
commit
efb1e8eb75
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ START_TEST(loader)
|
|||
|
||||
start = (const char *)hlib + section.VirtualAddress + section.PointerToRawData + section.SizeOfRawData;
|
||||
size = ALIGN_SIZE((ULONG_PTR)start, si.dwPageSize) - (ULONG_PTR)start;
|
||||
ok(memcmp(start, filler, size), "%d: alignment should not be not cleared\n", i);
|
||||
ok(memcmp(start, filler, size), "%d: alignment should not be cleared\n", i);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue