mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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,
|
||||
PSTATUS_BLOCK StatusBlock)
|
||||
{
|
||||
ULONG AvMode;
|
||||
ULONG AvMode = 0;
|
||||
|
||||
VideoMode->Length = sizeof(VIDEO_MODE_INFORMATION);
|
||||
VideoMode->ModeIndex = 0;
|
||||
|
|
Loading…
Reference in a new issue