mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix stupied Ret uninitialized in IntChangeDisplaySettings for DGB=0 build
svn path=/trunk/; revision=15541
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user