mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=18827
This commit is contained in:
parent
2c54e857c6
commit
c89514fbae
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ KeyboardDeviceWorker(
|
|||
KIRQL OldIrql;
|
||||
ULONG i, Queue;
|
||||
ULONG SpaceInQueue;
|
||||
ULONG BytesConsumed;
|
||||
ULONG BytesConsumed = 0;
|
||||
PKEYBOARD_INPUT_DATA Input;
|
||||
NTSTATUS Status;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue