fixed uninitialized variable warning

svn path=/trunk/; revision=20833
This commit is contained in:
Thomas Bluemel 2006-01-13 17:24:06 +00:00
parent c6dc06a91a
commit 4f5e52acac

View file

@ -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;