mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[WIN32K] Fix uninitialized variable
This commit is contained in:
parent
f1e2c6cbd0
commit
204626f793
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ NtUserToUnicodeEx(
|
|||
PWCHAR pwszBuff = NULL;
|
||||
INT i, iRet = 0;
|
||||
PKL pKl = NULL;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
TRACE("Enter NtUserSetKeyboardState\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue