Fix typo, which lead to be unable to create services with a description text

svn path=/trunk/; revision=20253
This commit is contained in:
Hervé Poussineau
2005-12-18 18:14:25 +00:00
parent d9c1d77e60
commit c44faae046
+1 -1
View File
@@ -856,7 +856,7 @@ ScmrCreateServiceW(handle_t BindingHandle,
*lpDisplayName != 0 &&
wcsicmp(lpService->lpDisplayName, lpDisplayName) != 0)
{
lpService->lpDisplayName = HeapAlloc(GetProcessHeap, 0,
lpService->lpDisplayName = HeapAlloc(GetProcessHeap(), 0,
(wcslen(lpDisplayName) + 1) * sizeof(WCHAR));
if (lpService->lpDisplayName == NULL)
{