mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
d3dcompiler_43: Fix a typo.
This commit is contained in:
parent
f5be799b07
commit
1f29734b18
@ -182,7 +182,7 @@ static BOOL copy_value(const char *ptr, void **value, DWORD size)
|
||||
*value = HeapAlloc(GetProcessHeap(), 0, size);
|
||||
if (!*value)
|
||||
{
|
||||
ERR("Failed to allocate vlaue memory.\n");
|
||||
ERR("Failed to allocate value memory.\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user