fix stupied Ret uninitialized in IntChangeDisplaySettings for DGB=0 build

svn path=/trunk/; revision=15541
This commit is contained in:
Magnus Olsen
2005-05-27 00:32:24 +00:00
parent 71c9d2dddd
commit 68f4fc41bc
+2 -2
View File
@@ -2506,8 +2506,8 @@ IntChangeDisplaySettings(
BOOLEAN NoReset = FALSE;
BOOLEAN Reset = FALSE;
BOOLEAN SetPrimary = FALSE;
LONG Ret;
NTSTATUS Status;
LONG Ret=0;
NTSTATUS Status ;
DPRINT1("display flag : %x\n",dwflags);