From a4a451a38976d44ffdad3b52ad0345cc4aa207c1 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 12 Apr 2008 00:34:15 +0000 Subject: [PATCH] fix a bug svn path=/trunk/; revision=32916 --- reactos/subsystems/win32/win32k/ntuser/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index e3a0e894e0e..343b5dd4705 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -2229,7 +2229,7 @@ NtUserCreateWindowEx(DWORD dwExStyle, else if (! IS_ATOM(ClassName.Buffer)) { SetLastWin32Error(ERROR_INVALID_PARAMETER); - return NULL; + RETURN(NULL); } /* safely copy the window name */