fix a DPRINT
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 30 Jul 2007 02:29:52 +0000 (02:29 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 30 Jul 2007 02:29:52 +0000 (02:29 +0000)
svn path=/trunk/; revision=28031

reactos/subsystems/win32/win32k/ntuser/window.c

index fe1a78b..e8f646c 100644 (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;
 }