diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index fe1a78b6dbc..e8f646cf028 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -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; }