mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 04:13:38 +00:00
[URTL]: Fix whitespace plus misspelling.
svn path=/trunk/; revision=65439
This commit is contained in:
parent
d8808ad153
commit
8e44d4d4af
1 changed files with 50 additions and 50 deletions
|
@ -164,7 +164,7 @@ NtProcessStartup(PPEB Peb)
|
||||||
/* Null terminate the token pointer list */
|
/* Null terminate the token pointer list */
|
||||||
*ArgumentList++ = NULL;
|
*ArgumentList++ = NULL;
|
||||||
|
|
||||||
/* Now handle the enviornment, point the envp at our current list location. */
|
/* Now handle the environment, point the envp at our current list location. */
|
||||||
envp = ArgumentList;
|
envp = ArgumentList;
|
||||||
|
|
||||||
if (ProcessParameters->Environment)
|
if (ProcessParameters->Environment)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue