mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Spell it right. :rolleyes:
svn path=/trunk/; revision=20052
This commit is contained in:
@@ -177,7 +177,7 @@ DWORD WINAPI FormatMessageA(
|
||||
if (dwFlags & FORMAT_MESSAGE_FROM_STRING)
|
||||
{
|
||||
from = HeapAlloc( GetProcessHeap(), 0, strlen((LPCSTR)lpSource)+1 );
|
||||
if (form == NULL)
|
||||
if (from == NULL)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user