mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +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))
|
else if (! IS_ATOM(ClassName.Buffer))
|
||||||
{
|
{
|
||||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||||
return NULL;
|
RETURN(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* safely copy the window name */
|
/* safely copy the window name */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue