mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix a bug
svn path=/trunk/; revision=32916
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user