fix a DPRINT

svn path=/trunk/; revision=28031
This commit is contained in:
Timo Kreuzer 2007-07-30 02:29:52 +00:00
parent 133adbc1a6
commit b8c09110a6

View file

@ -4376,7 +4376,7 @@ NtUserSetWindowRgn(
RETURN( (INT)hRgn);
CLEANUP:
DPRINT("Leave NtUserSystemParametersInfo, ret=%i\n",_ret_);
DPRINT("Leave NtUserSetWindowRgn, ret=%i\n",_ret_);
UserLeave();
END_CLEANUP;
}