From 8dbe67ba2f93e1b1abeae1fa771a167224f2b75e Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sun, 27 Jul 2008 05:39:17 +0000 Subject: [PATCH] - Fix double semicolon. svn path=/trunk/; revision=34822 --- reactos/lib/rtl/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/rtl/process.c b/reactos/lib/rtl/process.c index 25d68e91f68..07f8ff54723 100644 --- a/reactos/lib/rtl/process.c +++ b/reactos/lib/rtl/process.c @@ -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 */