mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[FREELDR]
Revert an unneeded modification. svn path=/branches/kd++/; revision=58909
This commit is contained in:
@@ -126,7 +126,9 @@ WinLdrInitializePhase1(PLOADER_PARAMETER_BLOCK LoaderBlock,
|
||||
|
||||
do
|
||||
{
|
||||
while (*LoadOptions == '/') ++LoadOptions;
|
||||
while (*LoadOptions == '/')
|
||||
++LoadOptions;
|
||||
|
||||
*NewLoadOptions++ = *LoadOptions;
|
||||
} while (*LoadOptions++);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user