mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 10:12:14 +00:00
fix a DPRINT
svn path=/trunk/; revision=28031
This commit is contained in:
parent
133adbc1a6
commit
b8c09110a6
1 changed files with 1 additions and 1 deletions
|
@ -4376,7 +4376,7 @@ NtUserSetWindowRgn(
|
||||||
RETURN( (INT)hRgn);
|
RETURN( (INT)hRgn);
|
||||||
|
|
||||||
CLEANUP:
|
CLEANUP:
|
||||||
DPRINT("Leave NtUserSystemParametersInfo, ret=%i\n",_ret_);
|
DPRINT("Leave NtUserSetWindowRgn, ret=%i\n",_ret_);
|
||||||
UserLeave();
|
UserLeave();
|
||||||
END_CLEANUP;
|
END_CLEANUP;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue