[FREELDR]: Use boolean value.

svn path=/trunk/; revision=65967
This commit is contained in:
Hermès Bélusca-Maïto 2015-01-04 12:49:38 +00:00
parent fc8f7e53b2
commit f1b69f4958

View file

@ -686,7 +686,7 @@ LoadAndBootWindows(IN OperatingSystemItem* OperatingSystem,
LoaderBlock,
BootOptions,
BootPath,
0);
FALSE);
}
VOID