mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
fix a bug
svn path=/trunk/; revision=32916
This commit is contained in:
parent
75ad879ac1
commit
a4a451a389
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue