fix a bug

svn path=/trunk/; revision=32916
This commit is contained in:
Timo Kreuzer 2008-04-12 00:34:15 +00:00
parent 75ad879ac1
commit a4a451a389

View file

@ -2229,7 +2229,7 @@ NtUserCreateWindowEx(DWORD dwExStyle,
else if (! IS_ATOM(ClassName.Buffer))
{
SetLastWin32Error(ERROR_INVALID_PARAMETER);
return NULL;
RETURN(NULL);
}
/* safely copy the window name */