mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +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;
|
KIRQL OldIrql;
|
||||||
ULONG i, Queue;
|
ULONG i, Queue;
|
||||||
ULONG SpaceInQueue;
|
ULONG SpaceInQueue;
|
||||||
ULONG BytesConsumed;
|
ULONG BytesConsumed = 0;
|
||||||
PKEYBOARD_INPUT_DATA Input;
|
PKEYBOARD_INPUT_DATA Input;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue