mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:15:39 +00:00
- Fix double semicolon.
svn path=/trunk/; revision=34822
This commit is contained in:
parent
574cb20678
commit
8dbe67ba2f
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ RtlCreateUserProcess(IN PUNICODE_STRING ImageFileName,
|
||||||
HANDLE hSection;
|
HANDLE hSection;
|
||||||
PROCESS_BASIC_INFORMATION ProcessBasicInfo;
|
PROCESS_BASIC_INFORMATION ProcessBasicInfo;
|
||||||
OBJECT_ATTRIBUTES ObjectAttributes;
|
OBJECT_ATTRIBUTES ObjectAttributes;
|
||||||
UNICODE_STRING DebugString = RTL_CONSTANT_STRING(L"\\WindowsSS");;
|
UNICODE_STRING DebugString = RTL_CONSTANT_STRING(L"\\WindowsSS");
|
||||||
DPRINT("RtlCreateUserProcess: %wZ\n", ImageFileName);
|
DPRINT("RtlCreateUserProcess: %wZ\n", ImageFileName);
|
||||||
|
|
||||||
/* Map and Load the File */
|
/* Map and Load the File */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue