mirror of
https://github.com/reactos/reactos.git
synced 2025-07-05 05:51:22 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=20833
This commit is contained in:
parent
c6dc06a91a
commit
4f5e52acac
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ XboxVmpQueryCurrentMode(
|
||||||
PVIDEO_MODE_INFORMATION VideoMode,
|
PVIDEO_MODE_INFORMATION VideoMode,
|
||||||
PSTATUS_BLOCK StatusBlock)
|
PSTATUS_BLOCK StatusBlock)
|
||||||
{
|
{
|
||||||
ULONG AvMode;
|
ULONG AvMode = 0;
|
||||||
|
|
||||||
VideoMode->Length = sizeof(VIDEO_MODE_INFORMATION);
|
VideoMode->Length = sizeof(VIDEO_MODE_INFORMATION);
|
||||||
VideoMode->ModeIndex = 0;
|
VideoMode->ModeIndex = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue