From: Emanuele Aliberti Date: Sun, 17 Jun 2001 20:36:35 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: ReactOS-0.0.18~147 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ab5917c0c787b240896ab412f73d9dded00bdc49;hp=fdbabc8ad92987a8a4e959cecce9d8b437ca8a8e Fixed a typo. svn path=/trunk/; revision=1979 --- diff --git a/reactos/lib/advapi32/service/scm.c b/reactos/lib/advapi32/service/scm.c index 03b715780ab..6fb2c752f00 100644 --- a/reactos/lib/advapi32/service/scm.c +++ b/reactos/lib/advapi32/service/scm.c @@ -1,4 +1,4 @@ -/* $Id: scm.c,v 1.5 2000/03/26 22:00:07 dwelch Exp $ +/* $Id: scm.c,v 1.6 2001/06/17 20:36:35 ea Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries @@ -421,7 +421,7 @@ SC_HANDLE STDCALL OpenSCManagerW(LPCWSTR lpMachineName, return(NULL); } - h = CreateFile(L"\\\\.\\pipe\ntsrvctrl", + h = CreateFile(L"\\\\.\\pipe\\ntsrvctrl", dwDesiredAccess, 0, NULL,