Spell it right. :rolleyes:

svn path=/trunk/; revision=20052
This commit is contained in:
Brandon Turner
2005-12-11 05:51:14 +00:00
parent 13d4bad908
commit c1582f3868
+1 -1
View File
@@ -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;
}