mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[FREELDR]: Use boolean value.
svn path=/trunk/; revision=65967
This commit is contained in:
parent
fc8f7e53b2
commit
f1b69f4958
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ LoadAndBootWindows(IN OperatingSystemItem* OperatingSystem,
|
|||
LoaderBlock,
|
||||
BootOptions,
|
||||
BootPath,
|
||||
0);
|
||||
FALSE);
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue