- Fix double semicolon.

svn path=/trunk/; revision=34822
This commit is contained in:
ReactOS Portable Systems Group 2008-07-27 05:39:17 +00:00
parent 574cb20678
commit 8dbe67ba2f

View file

@ -195,7 +195,7 @@ RtlCreateUserProcess(IN PUNICODE_STRING ImageFileName,
HANDLE hSection;
PROCESS_BASIC_INFORMATION ProcessBasicInfo;
OBJECT_ATTRIBUTES ObjectAttributes;
UNICODE_STRING DebugString = RTL_CONSTANT_STRING(L"\\WindowsSS");;
UNICODE_STRING DebugString = RTL_CONSTANT_STRING(L"\\WindowsSS");
DPRINT("RtlCreateUserProcess: %wZ\n", ImageFileName);
/* Map and Load the File */