mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=18827
This commit is contained in:
@@ -178,7 +178,7 @@ KeyboardDeviceWorker(
|
||||
KIRQL OldIrql;
|
||||
ULONG i, Queue;
|
||||
ULONG SpaceInQueue;
|
||||
ULONG BytesConsumed;
|
||||
ULONG BytesConsumed = 0;
|
||||
PKEYBOARD_INPUT_DATA Input;
|
||||
NTSTATUS Status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user