Author: ros-arm-bringup
Date: Sun Jul 27 00:39:17 2008
New Revision: 34822
URL:
http://svn.reactos.org/svn/reactos?rev=34822&view=rev
Log:
- Fix double semicolon.
Modified:
trunk/reactos/lib/rtl/process.c
Modified: trunk/reactos/lib/rtl/process.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/process.c?rev=3482…
==============================================================================
--- trunk/reactos/lib/rtl/process.c [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/process.c [iso-8859-1] Sun Jul 27 00:39:17 2008
@@ -195,7 +195,7 @@
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 */